Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EventListener.EventHandlerAdapter Class / EventHandler Property


In This Topic
EventHandler Property
In This Topic
Represents a defined method that handles the event.
Syntax
'Declaration
 
Public ReadOnly Property EventHandler As Delegate
 
'Usage
 
Dim instance As EventListener.EventHandlerAdapter
Dim value As Delegate
 
value = instance.EventHandler
See Also