Occurs when a specific client action is requested by the server.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Event ActionRequested As EventHandler(Of ActionRequestEventArgs)
C#
event EventHandler<ActionRequestEventArgs> ActionRequested

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also