WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate LayoutUpdatedEventHandler - WPF API Reference | Syncfusion LayoutUpdated event. ">

    Show / Hide Table of Contents

    Delegate LayoutUpdatedEventHandler

    Represents the method that will handle the LayoutUpdated event.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public delegate void LayoutUpdatedEventHandler(object sender, LayoutUpdatedEventArgs args);
    Parameters
    Type Name Description
    System.Object sender

    The source of the GetLayoutInfo event.

    LayoutUpdatedEventArgs args

    The LayoutUpdatedEventArgs that contains the event data.

    Constructors

    LayoutUpdatedEventHandler(Object, IntPtr)

    Declaration
    public LayoutUpdatedEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, LayoutUpdatedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, LayoutUpdatedEventArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    LayoutUpdatedEventArgs args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, LayoutUpdatedEventArgs)

    Declaration
    public virtual void Invoke(object sender, LayoutUpdatedEventArgs args)
    Parameters
    Type Name Description
    System.Object sender
    LayoutUpdatedEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved