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