Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EventListener Class / EventListener Constructor
Target
Event information


In This Topic
EventListener Constructor
In This Topic
Creates a new event listener with the specified target and event information.
Syntax
'Declaration
 
Public Function New( _
   ByVal target As Object, _
   ByVal eventInfo As EventInfo _
)
 
'Usage
 
Dim target As Object
Dim eventInfo As EventInfo
 
Dim instance As New EventListener(target, eventInfo)

Parameters

target
Target
eventInfo
Event information
See Also