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