Class LegendHandler
Delegate for the LegendItemToggleHandler event.
Inheritance
System.Object
LegendHandler
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
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