VncSharp

VncClient.VncUpdate Event

An event that occurs whenever the server sends a Framebuffer Update.

[Visual Basic]
Public Event VncUpdate As VncUpdateHandler
[C#]
public event VncUpdateHandler VncUpdate;

Event Data

The event handler receives an argument of type VncEventArgs containing data related to this event. The following VncEventArgs property provides information specific to this event.

PropertyDescription
DesktopUpdater Gets the IDesktopUpdater object that will handling re-drawing the desktop.

See Also

VncClient Class | VncSharp Namespace