WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlRestoredEventArgs

    Show / Hide Table of Contents

    Class ControlRestoredEventArgs

    Event args for size restore event.

    Inheritance
    System.Object
    System.EventArgs
    ControlSizeStateChangedEventArgs
    ControlRestoredEventArgs
    Inherited Members
    ControlSizeStateChangedEventArgs.m_control
    ControlSizeStateChangedEventArgs.Control
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    ControlSizeStates

    Properties

    PreviousSizeState

    Gets previous size state of changing control.

    Declaration
    public ControlSizeStates PreviousSizeState { get; }
    Property Value
    Type Description
    ControlSizeStates

    The previous ControlSizeStates.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved