OnListBoxClick Method (DropDownTypeEditor)
In This Topic
Syntax
'Declaration
Public Sub OnListBoxClick( _
ByVal As System.Object, _
ByVal As System.EventArgs _
)
public void OnListBoxClick(
System.object ,
System.EventArgs
)
Parameters
- sender
- e
See Also