IProject::remove_ProjectChanged

 

Removes the handler identified by cookie from the ProjectChanged event.

Syntax

HRESULT remove_ProjectChanged(ULONG pCookie);  

Parameters

pCookie

[in] The cookie for the handler to remove.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IProject Interface
IProjectChangedHandler::ProjectChanged