MindFusion.UI for WebForms Programmer's Guide

ValueChangedEventArgs(T) Members

Constructors Properties
 


Contains the arguments passed to handlers of ValueChanged event.

The following tables list the members exposed by the ValueChangedEventArgs(T) type.

 Public Constructors

  Name Description

ValueChangedEventArgs

Initializes a new instance of the ValueChangedEventArgs class.

 Public Properties

  Name Description

NewValue

Gets the new value.

OldValue

Gets the old value.

 See Also