menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockVisibilityChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockVisibilityChangedEventArgs

    Custom event argument class used for notifying users of DockVisibility state changes.

    Inheritance
    System.Object
    System.EventArgs
    DockControlEventArgs
    DockVisibilityChangedEventArgs
    Inherited Members
    DockControlEventArgs.Control
    DockControlEventArgs.ctrl
    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 DockVisibilityChangedEventArgs : DockControlEventArgs
    Remarks

    The DockVisibilityChangedEventArgs class is used by the DockingManager to provide event data for the DockVisibilityChanged event.

    Constructors

    DockVisibilityChangedEventArgs(Control)

    Creates a new instance of the DockVisibilityChangedEventArgs class.

    Declaration
    public DockVisibilityChangedEventArgs(Control ctrl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctrl

    The control for which the DockVisibility state has changed.

    DockVisibilityChangedEventArgs(Control, DockingAction)

    Creates a new instance of the DockVisibilityChangedEventArgs class with specified arguments.

    Declaration
    public DockVisibilityChangedEventArgs(Control ctrl, DockingAction dAction)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctrl

    The control for which the DockVisibility state has changed.

    DockingAction dAction

    The action which caused the event.

    Properties

    Action

    Gets the DockingAction.

    Declaration
    public DockingAction Action { get; }
    Property Value
    Type
    DockingAction

    See Also

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