UnboundExpressionEditorEventHandler Delegate
Represents a method that will handle the DataViewBase.UnboundExpressionEditorCreated event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public delegate void UnboundExpressionEditorEventHandler(
object sender,
UnboundExpressionEditorEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | UnboundExpressionEditorEventArgs | A UnboundExpressionEditorEventArgs object that contains event data. |
See Also