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 Close
Declaration
public CloseTransaction(IEnumerable<DockWindow> windows)
Parameters
System. The Dock |
Properties
TransactionType
Returns the Close transaction type.
Declaration
public override DockTransactionType TransactionType { get; }