Click or drag to resize
KaxFileBrowserEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxFileBrowserEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxFileBrowserEventArgs : EventArgs

The KaxFileBrowserEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxFileBrowserEventArgs
Top
Properties
  NameDescription
Public propertyCancel
Set this argument to true if you wish to cancel the file explorer command
Public propertyCommand
Gets the virtual command name
Public propertyNewPath
Gets the second virtual path for the current item command (for rename, move, etc. commands)
Public propertyPath
Gets the virtual path for the current item command
Top
See Also