Class PrintEventArgs
Specifies the event arguments of the print event.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class PrintEventArgs
Constructors
PrintEventArgs()
Declaration
public PrintEventArgs()
Properties
Cancel
Defines the event cancel status.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| bool |