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 |