Class ControlSizeStateChangedEventArgs
Base size changed event args that informs user which controls size state changed.
Inheritance
System.Object
ControlSizeStateChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ControlSizeStateChangedEventArgs : EventArgs
Constructors
ControlSizeStateChangedEventArgs(Control)
Default constructor of the ControlSizeStateChangedEventArgs.
Declaration
public ControlSizeStateChangedEventArgs(Control control)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | control | Changing control. |
Fields
m_control
Declaration
protected Control m_control
Field Value
| Type |
|---|
| System.Windows.Forms.Control |
Properties
Control
returns changing control.
Declaration
public Control Control { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.Control |