Class PopupCloseEventArgs<T>
Provides the information about 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 | Specifies the type of schedule events. |
Constructors
PopupCloseEventArgs()
Declaration
public PopupCloseEventArgs()
Properties
Cancel
Gets or sets whether the popup close action of Scheduler should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CurrentAction
Gets the current CRUD action that has been performed on the scheduler.
Declaration
public CurrentAction CurrentAction { get; }
Property Value
Type | Description |
---|---|
CurrentAction | A CurrentAction enum value representing the current CRUD action. |
Data
Gets the cell or event data that is currently being opened.
Declaration
public T Data { get; set; }
Property Value
Type |
---|
T |
Type
Gets the PopupType that is currently being opened.
Declaration
public PopupType Type { get; }
Property Value
Type | Description |
---|---|
PopupType | A PopupType value representing the type of the currently opened popup. |