Class RadDockTransactionEventArgs
Represents the arguments associated with all RadDockTransaction related events.
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 RadDockTransactionEventArgs class.
Declaration
public RadDockTransactionEventArgs(RadDockTransaction transaction)
Parameters
RadDockTransaction
transaction
|
Properties
Transaction
Gets the associated RadDockTransaction instance associated with the event.
Declaration
public RadDockTransaction Transaction { get; }
Property Value
RadDockTransaction
|