Click or drag to resize
KaxEditor Events

The KaxEditor type exposes the following members.

Events
  Name Description
Public event ExportContent
This event is raised before a file is deleted using the current content provider.
Remarks
The file delete will be canceled if you return false from the event handler.
Public event FileDelete
This event is raised before a file is deleted using the current content provider.
Remarks
The file delete will be canceled if you return false from the event handler.
Public event FileUpload
This event is raised before the file is stored using the current content provider.
Remarks
The file upload will be canceled if you return false from the event handler.
Public event TextChanged
Occurs when the content of the KaxEditor changes between posts to the server.
Top
See Also