VncServerSession FramebufferUpdating EventRemoteViewing
Occurs when the framebuffer needs to be updated. If you do not set OnlineHandled on FramebufferUpdatingEventArgs, VncServerSession will determine the updated regions itself. FramebufferUpdateRequestLock is held automatically while this event is raised.

Namespace: RemoteViewing.Vnc.Server
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public event EventHandler<FramebufferUpdatingEventArgs> FramebufferUpdating
See Also