MindFusion.UI for WebForms Programmer's Guide

ValueChangingEventArgs Members

Constructors Methods
 


Contains the arguments passed to handlers of valueChanging event.

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

 Public Constructors

  Name Description

ValueChangingEventArgs

Initializes a new instance of the ValueChangingEventArgs class.

 Public Methods

  Name Description

getNewValue

Gets the new value.

getOldValue

Gets the old value.

 See Also