MobileForms Toolkit Documentation

ItemNumeric.UpdateControl Method 

Update custom control.

protected override void UpdateControl(
object value
);

Parameters

value
Value to update.

Remarks

When Value property has been changed this function update control if is visible. In derived class override this function to perform proper functionality of custom Item.

See Also

ItemNumeric Class | Resco.Controls.DetailView Namespace