ClassCloseTransaction
Class
Implements a transaction that is associated with a successful CloseWindow request.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class CloseTransaction : RadDockTransaction, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectRadDockTransactionCloseTransaction
Implements:
Inherited Members
Constructors
CloseTransaction(IEnumerable<DockWindow>)
Constructs a new instance of the CloseTransaction class.
Declaration
cs-api-definition
public CloseTransaction(IEnumerable<DockWindow> windows)
Parameters
windows
IEnumerable<DockWindow>
The DockWindow collection associated with the transaction.
Properties
TransactionType
Returns the Close transaction type.
Declaration
cs-api-definition
public override DockTransactionType TransactionType { get; }
Property Value
Overrides