Class TreeMapSelectedEventArgs
Class implementation for TreeMapSelectedEventArgs
Inheritance
System.Object
TreeMapSelectedEventArgs
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class TreeMapSelectedEventArgs : EventArgs
Constructors
TreeMapSelectedEventArgs()
Declaration
public TreeMapSelectedEventArgs()
Properties
IsSelected
Gets a value indicating whether an item is selected on not.
Declaration
public bool IsSelected { get; }
Property Value
Type |
---|
System.Boolean |
Item
Gets the treemap item
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |