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.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 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 |
---|
DCRelationship |
dockInfoNew
Declaration
protected DockInfo dockInfoNew
Field Value
Type |
---|
DockInfo |
Properties
DCRelation
Gets the Dock relationship.
Declaration
public DCRelationship DCRelation { get; }
Property Value
Type |
---|
DCRelationship |
NewDockInfo
Gets the NewDockInfo.
Declaration
public DockInfo NewDockInfo { get; }
Property Value
Type |
---|
DockInfo |