Class DockActivationChangedEventArgs
Custom event argument class used for notifying users of activation 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 DockActivationChangedEventArgs : DockControlEventArgs
Remarks
The DockActivationChangedEventArgs class is used by the DockingManager to provide event data for the DockControlActivated and DockControlDeactivated events.
Constructors
DockActivationChangedEventArgs(Control)
Creates a new instance of the DockActivationChangedEventArgs class.
Declaration
public DockActivationChangedEventArgs(Control ctrl)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | ctrl | The control for which the activation state has changed. |