Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnDropDown Method
Object that raised the event
Event arguments


In This Topic
OnDropDown Method (SuperEditBase)
In This Topic
Raises the DropDown event.
Syntax
'Declaration
 
Protected Overridable Sub OnDropDown( _
   ByVal sender As Object, _
   ByVal e As DropDownEventArgs _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim sender As Object
Dim e As DropDownEventArgs
 
instance.OnDropDown(sender, e)

Parameters

sender
Object that raised the event
e
Event arguments
See Also