Spread Windows Forms 12.0 Product Documentation
InvalidDataEventHandler Delegate


FarPoint.Win Assembly > FarPoint.Win Namespace : InvalidDataEventHandler Delegate
Represents the 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)
public delegate void InvalidDataEventHandler( 
   object sender,
   EventArgs e
)

Parameters

sender
e
See Also

Reference

InvalidDataEventHandler Members
FarPoint.Win Namespace
InvalidData Event