[]
        
(Showing Draft Content)

FarPoint.Win.InvalidDataEventHandler

InvalidDataEventHandler Delegate

Represents a defined method that handles the InvalidData event.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public delegate void InvalidDataEventHandler(object sender, EventArgs e)
Public Delegate Sub InvalidDataEventHandler(sender As Object, e As EventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the InvalidData event.
EventArgs e Represents a defined method that handles the InvalidData event.