Click or drag to resize

CommandExecEventArgsInput Property

Gets the command input argument. Can be null.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Object Input { get; }

Property Value

Type: Object
The input.
See Also