Class LayoutUpdatedEventArgs
Provides data for LayoutUpdatedEvent of the diagram.
Inheritance
System.Object
LayoutUpdatedEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class LayoutUpdatedEventArgs : Object
Constructors
LayoutUpdatedEventArgs(LayoutBase, DiagramStatus)
Constructs a new instance of the LayoutUpdatedEventArgs(LayoutBase, DiagramStatus) class.
Declaration
public LayoutUpdatedEventArgs(LayoutBase source, DiagramStatus state)
Parameters
Type | Name | Description |
---|---|---|
LayoutBase | source | Source of the layout |
DiagramStatus | state | Update the staus of the diagram |
Properties
Layout
Gets the Layout of the diagram.
Declaration
public LayoutBase Layout { get; }
Property Value
Type |
---|
LayoutBase |
Status
Gets the staus of the diagram.
Declaration
public DiagramStatus Status { get; }
Property Value
Type |
---|
DiagramStatus |