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