Class CompositeTransactions
Represents a CompositeTransactions to perform multiple actions in single operation for Undo/Redo.
Inheritance
System.Object
CompositeTransactions
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: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class CompositeTransactions
Constructors
CompositeTransactions()
Declaration
public CompositeTransactions()
Properties
Data
Gets or sets a value indicates data log for undo/redo
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
State
Gets or sets a value indicates start and end state of the composite transactions for undo/redo
Declaration
public TransactionState State { get; set; }
Property Value
Type | Description |
---|---|
TransactionState |