Learn how to evaluate and integrate the VNC SDK
DisplayManager.Callback¶
-
class DisplayManager.Callback¶ Callback receiving display changes.
For more information, see
vnc_DisplayManager_Callbackin the C API documentation.
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Initializes a new Callback class instance. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Handles the DisplaysChanged event.
By default, calls the |
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.DisplaysChangeddelegate.