OnDropDownClosed Method (NameBox)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnDropDownClosed( _
ByVal As EventArgs _
)
'Usage
Dim instance As NameBox
Dim e As EventArgs
instance.OnDropDownClosed(e)
protected override void OnDropDownClosed(
EventArgs
)
Parameters
- e
See Also