Class LogDataArgs
Provides data for CanLogHistoryEntry method to get the log information to store the data in Stack.
Inheritance
System.Object
LogDataArgs
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 LogDataArgs
Constructors
LogDataArgs()
Declaration
public LogDataArgs()
Properties
Item
Gets the item to be log in Stack.
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object |