Class KanbanClientSideEvents
Gets or sets the list of Events to perform some Kanban functionalities.
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class KanbanClientSideEvents
Constructors
KanbanClientSideEvents()
Declaration
public KanbanClientSideEvents()
Properties
ActionBegin
Triggered for every Kanban action before its starts.
Declaration
public string ActionBegin { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ActionBegin |
ActionComplete
Triggered for every Kanban action success event.
Declaration
public string ActionComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ActionComplete |
ActionFailure
Triggered for every Kanban action failure event.
Declaration
public string ActionFailure { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ActionFailure |
BeforeCardSelect
Tiggered before the card is selected.
Declaration
public string BeforeCardSelect { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BeforeCardSelect |
BeforePrint
Triggered before print option opened.
Declaration
public string BeforePrint { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BeforePrint |
BeginEdit
Triggered before the card is going to be edited.
Declaration
public string BeginEdit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BeginEdit |
CardClick
Triggered after the card is clicked.
Declaration
public string CardClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardClick |
CardDoubleClick
Triggered when card is double clicked.
Declaration
public string CardDoubleClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardDoubleClick |
CardDrag
Gets or sets triggered when card dragging happens.
Declaration
public string CardDrag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardDrag |
CardDragStart
Triggered when card dragging start.
Declaration
public string CardDragStart { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardDragStart |
CardDragStop
Triggered before the card dropped.
Declaration
public string CardDragStop { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardDrop |
CardDrop
Triggered when the card is Dropped.
Declaration
public string CardDrop { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardDrop |
CardSelect
Triggered after the card is selected.
Declaration
public string CardSelect { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardSelect |
CellClick
Triggered after the cell is clicked.
Declaration
public string CellClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CellClick |
ContextClick
Triggered when Context menu item is clicked.
Declaration
public string ContextClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContextClick |
ContextOpen
Triggered before the context menu is opened.
Declaration
public string ContextOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContextOpen |
Create
Triggered when the Kanban is rendered completely.
Declaration
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Create |
DataBound
Triggered when the Kanban is bound with data during initial rendering.
Declaration
public string DataBound { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataBound |
Destroy
Triggered when Kanban going to destroy.
Declaration
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Destroy |
EndAdd
Triggered after the card is added.
Declaration
public string EndAdd { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EndAdd |
EndDelete
Triggered after the card is deleted.
Declaration
public string EndDelete { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EndDelete |
EndEdit
Triggered after the card is edited.
Declaration
public string EndEdit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EndEdit |
HeaderClick
Triggered after the column header is clicked.
Declaration
public string HeaderClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HeaderClick |
Load
It triggers initial load.
Declaration
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Load |
QueryCellInfo
Triggered every time a single card rendered request is made to access particular card information.
Declaration
public string QueryCellInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The QueryCellInfo |
SwimlaneClick
Triggered after the swimlane is clicked.
Declaration
public string SwimlaneClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SwimlaneClick |
ToolbarClick
Triggered when toolbar item is clicked.
Declaration
public string ToolbarClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ToolbarClick |