Skip to main content

UnboundExpressionEditorEventHandler Delegate

In This Article

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

Namespace: DevExpress.Xpf.Grid

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

#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