Class
DockableDeserializedEventArgs

Definition

Namespace:Telerik.WinControls.Interfaces

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class DockableDeserializedEventArgs : EventArgs

Inheritance: objectEventArgsDockableDeserializedEventArgs

Inherited Members EventArgs.Empty

Constructors

DockableDeserializedEventArgs(Control, Guid)

Declaration

cs-api-definition
public DockableDeserializedEventArgs(Control dockable, Guid id)

Parameters

dockable

Control

id

Guid

Properties

Dockable

Declaration

cs-api-definition
public Control Dockable { get; }

Property Value

Control

Id

Declaration

cs-api-definition
public Guid Id { get; }

Property Value

Guid