Click or drag to resize

ListRowExpandEventArgs Class

Represents an event arguments to be sent when RowExpand event is occured.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsListRowExpandEventArgs

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

The ListRowExpandEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodListRowExpandEventArgs
Initializes a new instance of the ListRowExpandEventArgs class
Top
Properties
  NameDescription
Public propertyChildList
Gets or sets the child list to be displayed under the expanded row.
Public propertyRow
Gets or sets the row which has been expanded.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ListRowExpandEventArgs
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ListRowExpandEventArgs and optionally releases the managed resources
Top
Remarks