menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockActivationChangedEventArgs - API Reference

    Show / Hide Table of Contents

    Class DockActivationChangedEventArgs

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

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

    The DockActivationChangedEventArgs class is used by the DockingManager to provide event data for the DockControlActivated and DockControlDeactivated events.

    Constructors

    DockActivationChangedEventArgs(Control)

    Creates a new instance of the DockActivationChangedEventArgs class.

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

    The control for which the activation state has changed.

    See Also

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