DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / C1FilterEditor Class / CustomEditorInitializing Event

In This Topic
    CustomEditorInitializing Event (C1FilterEditor)
    In This Topic
    Occurs before the editor is initialized.
    Syntax
    '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.

    PropertyDescription
    Gets or sets the custom editor.  
    Gets or sets the name of the data item property to which the filter expression applies.  
    Gets or sets the type of the data item property to which the filter expression applies.  
    See Also