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