MindFusion.UI for WebForms Programmer's Guide

ValidationStateChangedEventArgs Members

Constructors Methods
 


Contains the arguments passed to handlers of validationStateChanged event.

The following tables list the members exposed by the ValidationStateChangedEventArgs type.

 Public Constructors

  Name Description

ValidationStateChangedEventArgs

Initializes a new instance of the ValidationStateChangedEventArgs class.

 Public Methods

  Name Description

getNewState

Gets the new state.

getOldState

Gets the old state.

 See Also