suite4.net.FormDatabase Documentation

ValidationEventHandler Delegate

Represents the method that will handle the event that when the Validation of a data source (business object) property faild.

[Visual Basic]
Public Delegate Sub ValidationEventHandler( _
   ByVal sender As Object, _
   ByVal validationEventArgs As ValidationEventArgs _
)
[C#]
public delegate void ValidationEventHandler(
   object sender,
   ValidationEventArgs validationEventArgs
);

Parameters

sender
The source Control of the event.
validationEventArgs
A ValidationEventArgs that contains the event data.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

suite4.net.FormDatabase Namespace