Class SpinnerEventArgs
Provides data for the OnBeforeOpen and OnBeforeClose events.
Inheritance
System.Object
SpinnerEventArgs
Namespace: Syncfusion.Blazor.Spinner
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpinnerEventArgs : Object
Constructors
SpinnerEventArgs()
Declaration
public SpinnerEventArgs()
Properties
Cancel
Set cancel as true to prevent showing or hiding of the spinner.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|