Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / InvalidDataEventHandler Delegate


In This Topic
InvalidDataEventHandler Delegate
In This Topic
Represents a defined method that handles the InvalidData event.
Syntax
'Declaration
 
Public Delegate Sub InvalidDataEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As New InvalidDataEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also