KaxEditor Events |
The KaxEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ExportContent |
This event is raised before a file is deleted using the current content provider.
![]() The file delete will be canceled if you return false from the event handler. |
![]() |
FileDelete |
This event is raised before a file is deleted using the current content provider.
![]() The file delete will be canceled if you return false from the event handler. |
![]() |
FileUpload |
This event is raised before the file is stored using the current content provider.
![]() The file upload will be canceled if you return false from the event handler. |
![]() |
TextChanged |
Occurs when the content of the KaxEditor changes between posts to the server.
|