Class DockStateLoadEventArgs
Custom event argument class used for notifying users of docking controls state is loaded successfully or not.
Inheritance
System.Object
System.EventArgs
DockStateLoadEventArgs
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 DockStateLoadEventArgs : EventArgs
Remarks
The DockStateLoadEventArgs class is used by the DockingManager to provide event data for the NewDockStateEndLoad event.
Constructors
DockStateLoadEventArgs(Boolean)
Creates a new instance of the
Declaration
public DockStateLoadEventArgs(bool lResult)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | lResult | if set to |
Fields
loadResultValue
Declaration
protected bool loadResultValue
Field Value
Type |
---|
System.Boolean |
Properties
LoadResult
Returns a bool value indicating whether the dock state is loaded successfully or not.
Declaration
public bool LoadResult { get; }
Property Value
Type |
---|
System.Boolean |