Class RadDockTransactionCancelEventArgs
Represents the arguments associated with a TransactionCommitting event.
Inheritance
System.Object
System.EventArgs
RadDockTransactionCancelEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class RadDockTransactionCancelEventArgs : RadDockTransactionEventArgs
Constructors
RadDockTransactionCancelEventArgs(RadDockTransaction)
Declaration
public RadDockTransactionCancelEventArgs(RadDockTransaction transaction)
Parameters
RadDockTransaction
transaction
|
Properties
Cancel
Determines whether the transaction should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|