Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileLayer.ShapeSelectionEventHandler

    Show / Hide Table of Contents

    Class ShapeFileLayer.ShapeSelectionEventHandler

    Maps event handler.

    Inheritance
    System.Object
    ShapeFileLayer.ShapeSelectionEventHandler
    Namespace: Syncfusion.SfMaps.XForms
    Assembly: Syncfusion.SfMaps.XForms.dll
    Syntax
    public sealed class ShapeSelectionEventHandler : MulticastDelegate

    Constructors

    ShapeSelectionEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object data, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object data
    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)

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