Method OnClosePopup
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
OnClosePopup(object, ClosingEventArgs)
Checks for nested members and raises ClosePopup
event if they are not found.
public override void OnClosePopup(object sender, ClosingEventArgs e)
Parameters
sender
objectThe source of the event.
e
ClosingEventArgsA
ClosingEventArgs
that contains the event data.