Class PopupCloseEventArgs<T>
A class that holds options to control the popup close action.
Inheritance
System.Object
PopupCloseEventArgs<T>
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupCloseEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T |
Constructors
PopupCloseEventArgs()
Declaration
public PopupCloseEventArgs()
Properties
Cancel
Defines the cancel option.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Data
Returns the cell or event data.
Declaration
public T Data { get; set; }
Property Value
Type | Description |
---|---|
T |
Type
Returns the type of the popup which is currently being opted to open.
Declaration
public PopupType Type { get; set; }
Property Value
Type | Description |
---|---|
PopupType |