Class ISmithchartLoadedEventArgs
Specifies the Loaded Event arguments.
Inheritance
System.Object
ISmithchartLoadedEventArgs
Implements
System.IEquatable<ISmithchartLoadedEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ISmithchartLoadedEventArgs : Object, IEquatable<ISmithchartLoadedEventArgs>
Constructors
ISmithchartLoadedEventArgs()
Declaration
public ISmithchartLoadedEventArgs()
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(ISmithchartLoadedEventArgs)
Declaration
public bool Equals(ISmithchartLoadedEventArgs iSmithchartLoadedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ISmithchartLoadedEventArgs | iSmithchartLoadedEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>