Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFTreeMapDelegate - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFTreeMapDelegate

    Class implementation for SFTreeMapDelegate

    Inheritance
    System.Object
    SFTreeMapDelegate
    Namespace: Syncfusion.SfTreeMap.iOS
    Assembly: Syncfusion.SfTreeMap.iOS.dll
    Syntax
    public class SFTreeMapDelegate : Object

    Constructors

    SFTreeMapDelegate()

    Initializes a new instance of the SFTreeMapDelegate class.

    Declaration
    public SFTreeMapDelegate()

    Methods

    DidSelectItem(SFTreeMap, NSObject)

    This method is used to select the item

    Declaration
    public virtual void DidSelectItem(SFTreeMap treemap, NSObject data)
    Parameters
    Type Name Description
    SFTreeMap treemap

    To set treemap

    Foundation.NSObject data

    To set data

    DrawTreeMapItem(SFTreeMap, NSObject)

    This method is used to draw treemap item

    Declaration
    public virtual UIView DrawTreeMapItem(SFTreeMap treemap, NSObject data)
    Parameters
    Type Name Description
    SFTreeMap treemap

    To set treemap

    Foundation.NSObject data

    To set data

    Returns
    Type Description
    UIKit.UIView

    returns uiview

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