Click or drag to resize
KaxEditorFileUpload Event
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.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public event EditorDialogEventHandler FileUpload

Value

Type: Kettic.AspNet.ControlsEditorDialogEventHandler
See Also