Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

AnnotationManager.Callback

class AnnotationManager.Callback

Callback receiving annotation-related notifications

AnnotationManager.SetCallback

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

Nested classes

Constructor summary

Modifier and Type Method and Description

AnnotationManager.Callback(AnnotationManager.Callback.AvailabilityChangedType availabilityChanged = null)

Initializes a new Callback class instance.

Method summary

Modifier and Type Method and Description
void

AnnotationManager.Callback.OnAvailabilityChanged(AnnotationManager annotationManager, Boolean isAvailable)

Handles the AvailabilityChanged event. By default, calls the AnnotationManager.Callback.AvailabilityChanged delegate.

Constructors

AnnotationManager.Callback (AnnotationManager.Callback.AvailabilityChangedType availabilityChanged = null)

Initializes a new Callback class instance.

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

Methods

void AnnotationManager.Callback.OnAvailabilityChanged (AnnotationManager annotationManager, Boolean isAvailable)

Handles the AvailabilityChanged event. By default, calls the AnnotationManager.Callback.AvailabilityChanged delegate.

Fields

AnnotationManager.Callback.AvailabilityChanged

Notification that annotation availability has changed.

For more information, see vnc_AnnotationManager_Callback::availabilityChanged in the C API documentation.

×