Class DockableDeserializedEventArgs
Inheritance
System.Object
System.EventArgs
DockableDeserializedEventArgs
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: Telerik.WinControls.Interfaces
Assembly: Telerik.WinControls.dll
Syntax
public class DockableDeserializedEventArgs : EventArgs
Constructors
DockableDeserializedEventArgs(Control, Guid)
Declaration
public DockableDeserializedEventArgs(Control dockable, Guid id)
Parameters
System.Windows.Forms.Control
dockable
|
System.Guid
id
|
Properties
Dockable
Declaration
public Control Dockable { get; }
Property Value
System.Windows.Forms.Control
|
Id
Declaration
public Guid Id { get; }
Property Value
System.Guid
|