New to Telerik UI for WinFormsStart a free 30-day trial

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: RadDockTransactionCancelEventArgs

Inherited Members EventArgs.Empty

Constructors

Constructs a new instance of the RadDockTransactionEventArgs class.

C#
public RadDockTransactionEventArgs(RadDockTransaction transaction)
Parameters:transactionRadDockTransaction

Properties

Gets the associated RadDockTransaction instance associated with the event.

C#
public RadDockTransaction Transaction { get; }