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

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 FileDelete

Value

Type: Kettic.AspNet.ControlsEditorDialogEventHandler
See Also