AnnUnlocked Example for Visual J++

Note: This topic is for Document/Medical only.

The following is an example of an AnnUnlocked event.

private void LEAD1_annUnlocked(Object source, LTOCXU.LEAD.AnnUnlockedEvent e)
{
   MessageBox.show( "AnnObject: " + e.hObject + " was unlocked!" );
}