Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
ICustomizedAnnotationObjEvent Class Referenceabstract

Annotation object callback event. More...

#include <customized_annotation.h>

Public Member Functions

virtual void onAnnotationObjToolChange (AnnotationToolType type_)=0
 Callback event that the annotation tool changes.
 

Detailed Description

Annotation object callback event.

Definition at line 35 of file customized_annotation.h.

Member Function Documentation

◆ onAnnotationObjToolChange()

virtual void ICustomizedAnnotationObjEvent::onAnnotationObjToolChange ( AnnotationToolType type_)
pure virtual

Callback event that the annotation tool changes.

Parameters
type_The type of annotation tool. For more details, see AnnotationToolType enum.