Click or drag to resize

ListFilterEventArgs Class

Provides data for the Apply event of a ListFilter.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsListFilterEventArgs

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListFilterEventArgs : EventArgs

The ListFilterEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodListFilterEventArgs
Initializes a new instance of a ListFilterEventArgs class.
Top
Properties
  NameDescription
Public propertyRows
Gets or sets the collection of list rows.
Top
Remarks