Back to Devexpress

UnboundExpressionEditorEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-e523fd9b.md

latest1.4 KB
Original Source

UnboundExpressionEditorEventHandler Delegate

Represents a method that will handle the DataViewBase.UnboundExpressionEditorCreated event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void UnboundExpressionEditorEventHandler(
    object sender,
    UnboundExpressionEditorEventArgs e
);
vb
Public Delegate Sub UnboundExpressionEditorEventHandler(
    sender As Object,
    e As UnboundExpressionEditorEventArgs
)

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | UnboundExpressionEditorEventArgs |

A UnboundExpressionEditorEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace