MobileForms Toolkit Documentation

ItemValidatingEventHandler Delegate

Item validating event handler.

public delegate void ItemValidatingEventHandler(
object sender,
ValidatingEventArgs e
);

Parameters

sender
Object which raised event.
e
Item event arguments of ValidatingEventArgs type.

Remarks

When you create a ItemValidatingEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

Resco.Controls.DetailView Namespace