This event is fired immediately after the CodeSense parser runs. It signals that the objects created by the parser may have changed.
Syntax
HRESULT OnCompileUnitChanged(
[in]IJavaCompileUnit* pUnit);
};
Sub OnCompileUnitChanged(pUnit As IJavaCompileUnit)
Parameters
pUnit
The compile unit that has changed.
Remarks
The parser runs only when information is requested from a CodeSense object, and the buffer has been changed since the last parse.