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

In This Topic
    ListingProperty Event (C1FilterEditor)
    In This Topic
    Occurs before a property is added to the drop-down property list.
    Syntax
    'Declaration
     
    Public Event ListingProperty As EventHandler(Of ListingPropertyEventArgs)
    public event EventHandler<ListingPropertyEventArgs> ListingProperty
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets or sets the property name of the data item that is displayed in the property list.  
    Gets the collection of parent properties for the current property.  
    Gets the data item property to which the filter expression applies.  
    See Also