MobileForms Toolkit Documentation

Item.OnValidating Method 

Fires the Validating event.

protected virtual void OnValidating(
object sender,
ValidatingEventArgs e
);

Parameters

sender
Sender of the event.
e
Arguments of the event.

Remarks

Text and Value properties cannot be set during this event.

See Also

Item Class | Resco.Controls.DetailView Namespace