WinForms

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

    Show / Hide Table of Contents

    Class ControlSizeStateChangedEventArgs

    Base size changed event args that informs user which controls size state changed.

    Inheritance
    System.Object
    System.EventArgs
    ControlSizeStateChangedEventArgs
    ControlMaximizedEventArgs
    ControlMaximizeEventArgs
    ControlMinimizedEventArgs
    ControlRestoredEventArgs
    Inherited Members
    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 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 Description
    System.Windows.Forms.Control

    Properties

    Control

    returns changing control.

    Declaration
    public Control Control { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved