EditValueChangedEventHandler Delegate
Represents a method that will handle the BaseEdit.EditValueChanged event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public delegate void EditValueChangedEventHandler(
object sender,
EditValueChangedEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | EditValueChangedEventArgs | An EditValueChangedEventArgs object that contains event data. |
See Also