Click or drag to resize
DockLayoutEventArgs Constructor
Initializes a new instance of the DockLayoutEventArgs class

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public DockLayoutEventArgs(
	Dictionary<string, string> positions,
	Dictionary<string, int> indices
)

Parameters

positions
Type: System.Collections.GenericDictionaryString, String
indices
Type: System.Collections.GenericDictionaryString, Int32
See Also