-
ForgotPassword - Fired when Forgot Password was pressed in the login component.
-
Login - Fired when the user presses Login or Enter on the login component.
-
SplitterDragend - Fired when the user stops dragging the splitter with the mouse.
-
OpenedChange - Fired when the component is opened or closed.
-
SelectedChange - Fired when a new tab is selected.
-
Click - fired when the component was clicked on
-
ValueChange - fired when the entered value of a component has changed.
-
Selection - Fired when a new item is selected.
-
Failed - fired when the upload failed.
-
Finished - Will be fired when the upload is finished
-
Progress - Fired to see the status of the upload.
-
Started - Fired when the upload has been started.
-
Succeeded - Fired when the upload was successful.
-
InvalidChange - Fired if the new value is incorrect.
-
CustomValueSet - Fired when the user enters a value that does not exist.
-
StatusChange - Fired when a value is read or set from a binder, for example.
-
ValueChange - Fired when the value has changed.
-
DragEnd - Fired when the user is done dragging a line.
-
DragStart - Fired when the user has started dragging a line.
-
Drop - Fired when the user releases a line.
-
ItemClick - Fired when the user clicks on a line.
-
ItemDoubleClick - Fired when the user double-clicks on a line.
-
Sort - Fired when the table has been sorted.