WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutUpdatedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutUpdatedEventArgs

    Provides data for LayoutUpdatedEvent of the diagram.

    Inheritance
    System.Object
    LayoutUpdatedEventArgs
    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 LayoutUpdatedEventArgs

    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 Description
    LayoutBase

    Status

    Gets the staus of the diagram.

    Declaration
    public DiagramStatus Status { get; }
    Property Value
    Type Description
    DiagramStatus
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved