DockLayoutEventArgs Constructor |
Initializes a new instance of the DockLayoutEventArgs class
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DockLayoutEventArgs(
Dictionary<string, string> positions,
Dictionary<string, int> indices
)
Public Sub New (
positions As Dictionary(Of String, String),
indices As Dictionary(Of String, Integer)
)
public:
DockLayoutEventArgs(
Dictionary<String^, String^>^ positions,
Dictionary<String^, int>^ indices
)
new :
positions : Dictionary<string, string> *
indices : Dictionary<string, int> -> DockLayoutEventArgs
Parameters
- positions
- Type: System.Collections.GenericDictionaryString, String
- indices
- Type: System.Collections.GenericDictionaryString, Int32
See Also