'Declaration
Public Function New( _ ByVal column As Column, _ ByVal editorType As Type _ )
public CustomizeFilterEditorEventArgs( Column column, Type editorType )
Parameters
- column
- The column for filtering.
- editorType
- The data type for the value editor of filter condition.