Class ControlRestoredEventArgs
Event args for size restore event.
Inheritance
System.Object
System.EventArgs
ControlRestoredEventArgs
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 ControlRestoredEventArgs : ControlSizeStateChangedEventArgs
Constructors
ControlRestoredEventArgs(Control, ControlSizeStates)
Overridden. Constructor of the ControlRestoredEventArgs.
Declaration
public ControlRestoredEventArgs(Control control, ControlSizeStates prevState)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | control | The Dock enabled control. |
ControlSizeStates | prevState | Previous size state of control. |
Fields
m_prevSizeState
Declaration
protected ControlSizeStates m_prevSizeState
Field Value
Type |
---|
ControlSizeStates |
Properties
PreviousSizeState
Gets previous size state of changing control.
Declaration
public ControlSizeStates PreviousSizeState { get; }
Property Value
Type | Description |
---|---|
ControlSizeStates | The previous ControlSizeStates. |