Class DialogCloseEventArgs<TValue>
Provides information about the DialogClose event.
Inheritance
System.Object
DialogCloseEventArgs<TValue>
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogCloseEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Represents the kanban data source's type. |
Constructors
DialogCloseEventArgs()
Declaration
public DialogCloseEventArgs()
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 TValue Data { get; set; }
Property Value
Type | Description |
---|---|
TValue | The value of the cell data. |
Interaction
Defines the dialog interaction.
Declaration
public string Interaction { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
RequestType
Defines the dialog actions.
Declaration
public CurrentAction RequestType { get; set; }
Property Value
Type | Description |
---|---|
CurrentAction | The current action that the dialog is requesting. |