Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DisplayManager.Callback

class DisplayManager.Callback

Callback receiving display changes.

For more information, see vnc_DisplayManager_Callback in the C API documentation.

Nested classes

Constructor summary

Modifier and Type Method and Description

DisplayManager.Callback(DisplayManager.Callback.DisplaysChangedType displaysChanged = null)

Initializes a new Callback class instance.

Method summary

Modifier and Type Method and Description
void

DisplayManager.Callback.OnDisplaysChanged(DisplayManager displayManager)

Handles the DisplaysChanged event. By default, calls the DisplayManager.Callback.DisplaysChanged delegate.

Constructors

DisplayManager.Callback (DisplayManager.Callback.DisplaysChangedType displaysChanged = null)

Initializes a new Callback class instance.

For more information, see vnc_DisplayManager_Callback() in the C API documentation.

Methods

void DisplayManager.Callback.OnDisplaysChanged (DisplayManager displayManager)

Handles the DisplaysChanged event. By default, calls the DisplayManager.Callback.DisplaysChanged delegate.

Fields

DisplayManager.Callback.DisplaysChanged

Notification that a display has been added or removed, or the resolution of an existing display has changed.

For more information, see vnc_DisplayManager_Callback::displaysChanged in the C API documentation.

×