Contents
#include <corecontrols.h> struct ICompletionCallback { // methods virtual void textInputFinished(bool canceled) = 0; };