Class IBulletChartEventArgs
Inheritance
System.Object
IBulletChartEventArgs
Implements
System.IEquatable<IBulletChartEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBulletChartEventArgs : Object, IEquatable<IBulletChartEventArgs>
Constructors
IBulletChartEventArgs()
Declaration
public IBulletChartEventArgs()
Properties
Cancel
Defines the event cancel status
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Defines the name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(IBulletChartEventArgs)
Returns boolean value by comparing iBulletChartEventArgs
Declaration
public bool Equals(IBulletChartEventArgs iBulletChartEventArgs)
Parameters
Type | Name | Description |
---|---|---|
IBulletChartEventArgs | iBulletChartEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>