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

Represents the arguments associated with a TransactionCommitting event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class RadDockTransactionCancelEventArgs : RadDockTransactionEventArgs

Inheritance: objectEventArgsRadDockTransactionEventArgsRadDockTransactionCancelEventArgs

Inherited Members RadDockTransactionEventArgs.TransactionEventArgs.Empty

Constructors

C#
public RadDockTransactionCancelEventArgs(RadDockTransaction transaction)
Parameters:transactionRadDockTransaction

Properties

Determines whether the transaction should be canceled.

C#
public bool Cancel { get; set; }