DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / ListingPropertyEventArgs Class / ListingPropertyEventArgs Constructor / ListingPropertyEventArgs Constructor(PropertyInfo)
the data item property to which the filter expression applies.

In This Topic
    ListingPropertyEventArgs Constructor(PropertyInfo)
    In This Topic
    Initializes a new instance of the ListingPropertyEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal property As PropertyInfo _
    )
    public ListingPropertyEventArgs( 
       PropertyInfo property
    )

    Parameters

    property
    the data item property to which the filter expression applies.
    See Also