Click or drag to resize
KaxFileBrowserItemCommand Event
This event is fired when on all file and folder operations of the file explorer. If you wish to cancel the command simply return False from your 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 KaxFileBrowserEventHandler ItemCommand

Value

Type: Kettic.AspNet.ControlsKaxFileBrowserEventHandler
See Also