Class CloseTransaction
Implements a transaction that is associated with a successful CloseWindow request.
Inherited Members
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 CloseTransaction : RadDockTransaction, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
CloseTransaction(IEnumerable<DockWindow>)
Constructs a new instance of the CloseTransaction class.
Declaration
public CloseTransaction(IEnumerable<DockWindow> windows)
Parameters
System.Collections.Generic.IEnumerable<DockWindow>
windows
The DockWindow collection associated with the transaction. |
Properties
TransactionType
Returns the Close transaction type.
Declaration
public override DockTransactionType TransactionType { get; }
Property Value
DockTransactionType
|