menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendHandler - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendHandler

    Delegate for the LegendItemToggleHandler event.

    Inheritance
    System.Object
    LegendHandler
    Namespace: Syncfusion.Maui.Core
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public sealed class LegendHandler : MulticastDelegate

    Constructors

    LegendHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(ILegendItem, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(ILegendItem)

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