UnboundExpressionEditorEventArgs Constructors
Provides data for the UnboundExpressionEditorCreated event.| Name | Parameters | Description |
|---|---|---|
| UnboundExpressionEditorEventArgs(ExpressionEditorForm, GridColumn) | form, column | Initializes a new instance of the UnboundExpressionEditorEventArgs class with specified settings. |
| UnboundExpressionEditorEventArgs(GridColumn, String, IExpressionEditorView, ExpressionEditorContext, IDataColumnInfo) | column, expressionString, expressionEditorView, expressionEditorContext, context | Initializes a new instance of the UnboundExpressionEditorEventArgs class with specified settings. |
See Also