OnJobEnd

Event of IStyleInformer

Description

Called to de-initialize informer after job

Parameters

Syntax

JavaScript

Appplication.OnJobEnd = function(pCollector, pUserData) {
 
};

==== Visual Basic Script ====

function OnJobEnd(pCollector, pUserData)
{
 
}
 
Appplication.OnJobEnd = OnJobEnd

==== C++ ====

HRESULT CStyleInformer::OnJobEnd(VARIANT_BOOL bCanceled, IStyleCollector* pCollector, ULONG* pUserData)
{
 
}

===== See Also ===== IStyleInformer