MobileForms Toolkit Documentation

ValidatingEventArgs  Constructor 

Creates the ValidatingEventArgs.

public ValidatingEventArgs(
Item i,
object newValue,
string newText,
bool textToValue
);

Parameters

i
Item that is going to be changed.
newValue
New proposed Value.
newText
New proposed Text.
textToValue
true if text was changed, false if the value was changed.

See Also

ValidatingEventArgs Class | Resco.Controls.DetailView Namespace