Class InitializeControlOnLoadEventArgs
Custom event argument class used by the DockingManager to notify that a previously persisted dockable control cannot be located during a LoadDockState() operation.
Inheritance
System.Object
System.EventArgs
InitializeControlOnLoadEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class InitializeControlOnLoadEventArgs : EventArgs
Remarks
Applications can use the InitializeControlOnLoadEventArgs as a hint to create and initialize controls selectively based on the control set in the previously persisted docking layout.
Constructors
InitializeControlOnLoadEventArgs(String)
Creates a new instance of the InitializeControlOnLoadEventArgs class.
Declaration
public InitializeControlOnLoadEventArgs(string ctrlname)
Parameters
Type | Name | Description |
---|---|---|
System.String | ctrlname | The name of the control that the DockingManager is attempting to load. |
Properties
ControlName
Returns the System.Windows.Forms.Control.Name property of the control.
Declaration
public string ControlName { get; }
Property Value
Type |
---|
System.String |