'Declaration Public Event CustomEditorInitializing As EventHandler(Of CustomEditorEventArgs)
public event EventHandler<CustomEditorEventArgs> CustomEditorInitializing
Event Data
The event handler receives an argument of type CustomEditorEventArgs containing data related to this event. The following CustomEditorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Control | Gets or sets the custom editor. |
PropertyName | Gets or sets the name of the data item property to which the filter expression applies. |
PropertyType | Gets or sets the type of the data item property to which the filter expression applies. |
See Also