Class RadDockTransactionEventArgs
Represents the arguments associated with all Rad
Inheritance
System.Object
System.EventArgs
RadDockTransactionEventArgs
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 RadDockTransactionEventArgs : EventArgs
Constructors
RadDockTransactionEventArgs(RadDockTransaction)
Constructs a new instance of the Rad
Declaration
public RadDockTransactionEventArgs(RadDockTransaction transaction)
Parameters
Rad
|
Properties
Transaction
Gets the associated Rad
Declaration
public RadDockTransaction Transaction { get; }