Class ControlMinimizedEventArgs
Arguments for control minimize event.
Inheritance
System.Object
System.EventArgs
ControlMinimizedEventArgs
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 ControlMinimizedEventArgs : ControlSizeStateChangedEventArgs
Remarks
Contains only changing control.
Constructors
ControlMinimizedEventArgs(Control)
Overridden. Constructor of the ControlMinimizedEventArgs.
Declaration
public ControlMinimizedEventArgs(Control control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | control | The Dock enabled control. |