ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / FilterLoading Event

In This Topic
    FilterLoading Event (DataGridComboBoxColumn)
    In This Topic
    Occurs before the filter is loaded.
    Syntax
    'Declaration
     
    
    Public Event FilterLoading As EventHandler(Of DataGridFilterLoadingEventArgs)
    Event Data

    The event handler receives an argument of type DataGridFilterLoadingEventArgs containing data related to this event. The following DataGridFilterLoadingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the filter that will be used for this column.  
    See Also