DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / C1FilterEditor Class / OnListingProperty Method
An System.EventArgs that contains the event data.

In This Topic
    OnListingProperty Method (C1FilterEditor)
    In This Topic
    Raises the ListingProperty event.
    Syntax
    'Declaration
     
    Protected Sub OnListingProperty( _
       ByVal e As ListingPropertyEventArgs _
    ) 
    protected void OnListingProperty( 
       ListingPropertyEventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also