ClassRadDockTransactionEventArgs
Class
Represents the arguments associated with all RadDockTransaction related events.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class RadDockTransactionEventArgs : EventArgs
Inheritance: objectEventArgsRadDockTransactionEventArgs
Derived Classes:
Inherited Members
Constructors
RadDockTransactionEventArgs(RadDockTransaction)
Constructs a new instance of the RadDockTransactionEventArgs class.
Declaration
cs-api-definition
public RadDockTransactionEventArgs(RadDockTransaction transaction)
Parameters
transaction
Properties
Transaction
Gets the associated RadDockTransaction instance associated with the event.
Declaration
cs-api-definition
public RadDockTransaction Transaction { get; }
Property Value