Skip to main content

ValueChangedEventHandler<T> Delegate

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 ValueChangedEventArgs<T>

A ValueChangedEventArgs<T> object that contains event data.

#Type Parameters

Name
T
See Also