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