menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate UnitToUnitEventArgs<TUnit> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate UnitToUnitEventArgs<TUnit>

    Represents the method that will handle the UnitChangedEvent event.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public delegate TUnit UnitToUnitEventArgs<TUnit>(TUnit current);
    Parameters
    Type Name Description
    TUnit current

    The UnitToUnitEventArgs<TUnit> that contains the event data.

    Returns
    Type Description
    TUnit

    Returns the event args.

    Type Parameters
    Name Description
    TUnit

    The unit of the value.

    Constructors

    UnitToUnitEventArgs(Object, IntPtr)

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

    Methods

    BeginInvoke(TUnit, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(TUnit current, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    TUnit current
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(TUnit)

    Declaration
    public virtual TUnit Invoke(TUnit current)
    Parameters
    Type Name Description
    TUnit current
    Returns
    Type
    TUnit
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved