StatisticaAddIn3.CanClose

This function is called when app is shutting down to allow the addin a chance to cancel it, such as when saving changes and a user cancels.

Syntax Parameters Return Value
Sub StatisticaAddIn3.CanClose( _
    iApp As Object, _
    ByRef pbCanClose As Boolean)
iApp [in]

Type: Object

pbCanClose [out]

Type: Boolean

This function does not return a value.