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