WinForms

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

    Show / Hide Table of Contents

    Class ControllerChangedEventArgs

    Custom Event argument class used for controller change notifications. Parent Controller's, while being undocked, use this event argument to notify all child subscriber controllers of the new dock parent controller information.

    Inheritance
    System.Object
    System.EventArgs
    ControllerChangedEventArgs
    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 ControllerChangedEventArgs : EventArgs

    Constructors

    ControllerChangedEventArgs(DockInfo, DCRelationship)

    Constructor of the ControllerChangedEventArgs.

    Declaration
    public ControllerChangedEventArgs(DockInfo di, DCRelationship dcr)
    Parameters
    Type Name Description
    DockInfo di

    The DockInfo

    DCRelationship dcr

    The dock relationship.

    Fields

    dcRS

    Declaration
    protected DCRelationship dcRS
    Field Value
    Type Description
    DCRelationship

    dockInfoNew

    Declaration
    protected DockInfo dockInfoNew
    Field Value
    Type Description
    DockInfo

    Properties

    DCRelation

    Gets the Dock relationship.

    Declaration
    public DCRelationship DCRelation { get; }
    Property Value
    Type Description
    DCRelationship

    NewDockInfo

    Gets the NewDockInfo.

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