Click or drag to resize

ListOnRowExpand Delegate

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public delegate void OnRowExpand(
	Object sender,
	ListRowExpandEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Dynamicweb.ControlsListRowExpandEventArgs
See Also