struct Core::Portable::TextInput::ICompletionCallback

#include <corecontrols.h>

struct ICompletionCallback
{
    // methods

    virtual void textInputFinished(bool canceled) = 0;
};