ValueChangedEventHandler<T> Delegate
In This Article
Represents a method that will handle the property change notification event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
public delegate void ValueChangedEventHandler<T>(
object sender,
ValueChangedEventArgs<T> e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Value |
A Value |
#Type Parameters
Name |
---|
T |
See Also