Class ISmithchartAnimationCompleteEventArgs
Inheritance
System.Object
ISmithchartAnimationCompleteEventArgs
Implements
System.IEquatable<ISmithchartAnimationCompleteEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ISmithchartAnimationCompleteEventArgs : Object, IEquatable<ISmithchartAnimationCompleteEventArgs>
Constructors
ISmithchartAnimationCompleteEventArgs()
Declaration
public ISmithchartAnimationCompleteEventArgs()
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
smithchart instance event argument
Declaration
public SmithchartModel Smithchart { get; set; }
Property Value
Type | Description |
---|---|
SmithchartModel |
Methods
Equals(ISmithchartAnimationCompleteEventArgs)
Declaration
public bool Equals(ISmithchartAnimationCompleteEventArgs iSmithchartAnimationCompleteEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ISmithchartAnimationCompleteEventArgs | iSmithchartAnimationCompleteEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>