Class ISmithchartLoadEventArgs
Specifies the Load Event arguments.
Inheritance
System.Object
ISmithchartLoadEventArgs
Implements
System.IEquatable<ISmithchartLoadEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ISmithchartLoadEventArgs : Object, IEquatable<ISmithchartLoadEventArgs>
Constructors
ISmithchartLoadEventArgs()
Declaration
public ISmithchartLoadEventArgs()
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 |
Smithchart
Defines the current Smithchart instance
Declaration
public SmithchartModel Smithchart { get; set; }
Property Value
Type | Description |
---|---|
SmithchartModel |
Methods
Equals(ISmithchartLoadEventArgs)
Declaration
public bool Equals(ISmithchartLoadEventArgs iSmithchartLoadEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ISmithchartLoadEventArgs | iSmithchartLoadEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>