Class
RadDockTransactionCancelEventArgs

Represents the arguments associated with a TransactionCommitting event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class RadDockTransactionCancelEventArgs : RadDockTransactionEventArgs

Inheritance: objectEventArgsRadDockTransactionEventArgsRadDockTransactionCancelEventArgs

Inherited Members RadDockTransactionEventArgs.TransactionEventArgs.Empty

Constructors

RadDockTransactionCancelEventArgs(RadDockTransaction)

Declaration

cs-api-definition
public RadDockTransactionCancelEventArgs(RadDockTransaction transaction)

Parameters

transaction

RadDockTransaction

Properties

Cancel

Determines whether the transaction should be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool