Class DrillStartEventArgs
Specifies the event arguments for the drill down start event of TreeMap.
Inheritance
System.Object
Syncfusion.Blazor.TreeMap.BaseEventArgs
Syncfusion.Blazor.TreeMap.ItemGroupEventArgs
DrillStartEventArgs
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class DrillStartEventArgs : ItemGroupEventArgs
Constructors
DrillStartEventArgs()
Declaration
public DrillStartEventArgs()
Properties
RightClick
Gets or sets a value indicating whether it is a right-click action.
Declaration
public bool RightClick { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|