menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeMapDependencyService - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITreeMapDependencyService

    Represents the TreeMap event dependency service. This interface allows apps to call into platform-specific functionality from shared code.

    Namespace: Syncfusion.SfTreeMap.XForms.TreeMap
    Assembly: Syncfusion.SfTreeMap.XForms.dll
    Syntax
    public interface ITreeMapDependencyService

    Methods

    SubscribeTreeMapItemSelected(SfTreeMap, Object)

    To subscribe the ItemSelected event.

    Declaration
    void SubscribeTreeMapItemSelected(SfTreeMap sfTreeMap, object nativeObject)
    Parameters
    Type Name Description
    SfTreeMap sfTreeMap

    SfTreeMap.

    System.Object nativeObject

    object.

    UnsubscribeTreeMapItemSelected(SfTreeMap, Object)

    To unsubscribe the ItemSelected event.

    Declaration
    void UnsubscribeTreeMapItemSelected(SfTreeMap sfTreeMap, object nativeObject)
    Parameters
    Type Name Description
    SfTreeMap sfTreeMap

    SfTreeMap.

    System.Object nativeObject

    object.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved