[This is preliminary documentation and is subject to change.]
Callback: Called when the application wants a confirm action by the user.
| C# | Visual Basic | Visual C++ |
public delegate void ConfirmInteractionCallBack()
Public Delegate Sub ConfirmInteractionCallBack
public delegate void ConfirmInteractionCallBack()
This is the callback stub declaration.
The callback can be used to override the confirmation interaction. ConfirmInteraction
Currently predefined confirmation interactions:
These predefined interaction may be used as stubs (see ConfirmInteraction).