Share via


IProjectChangedHandler::ProjectChanged

 

Called when the project transitions from a saved (clean) state to a changed (dirty) state and vice-versa.

Syntax

HRESULT ProjectChanged(VARIANT_BOOL fChanged);

Parameters

fChanged

[in] A Boolean value indicating true if the project is dirty; false otherwise.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IProjectChangedHandler::ProjectChanged