Class DockVisibilityChangedEventArgs
Custom event argument class used for notifying users of DockVisibility state changes.
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 DockVisibilityChangedEventArgs : DockControlEventArgs
Remarks
The DockVisibilityChangedEventArgs class is used by the DockingManager to provide event data for the DockVisibilityChanged event.
Constructors
DockVisibilityChangedEventArgs(Control)
Creates a new instance of the DockVisibilityChangedEventArgs class.
Declaration
public DockVisibilityChangedEventArgs(Control ctrl)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | ctrl | The control for which the DockVisibility state has changed. |
DockVisibilityChangedEventArgs(Control, DockingAction)
Creates a new instance of the DockVisibilityChangedEventArgs class with specified arguments.
Declaration
public DockVisibilityChangedEventArgs(Control ctrl, DockingAction dAction)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | ctrl | The control for which the DockVisibility state has changed. |
DockingAction | dAction | The action which caused the event. |
Properties
Action
Gets the DockingAction.
Declaration
public DockingAction Action { get; }
Property Value
Type |
---|
DockingAction |