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