Occurs when a shell command is executed.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Event ShellCommand As EventHandler(Of ShellCommandEventArgs)
C#
public event EventHandler<ShellCommandEventArgs> ShellCommand

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also