EditValueChangingEventHandler Delegate
In This Article
Represents a method that will handle the BaseEdit.EditValueChanging event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.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 | Edit |
An Edit |
See Also