Interface IOutputHandler
Provides methods for handling output events from the server.
Namespace: MarcusW.VncClient.Output
Assembly: MarcusW.VncClient.dll
Syntax
public interface IOutputHandler
Methods
| Improve this Doc View SourceHandleServerClipboardUpdate(String)
Handles when the clipboard content of the server changed.
Declaration
void HandleServerClipboardUpdate(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text in the clipboard buffer. |
RingBell()
Handles when the server rings the bell.
Declaration
void RingBell()