MobileForms Toolkit Documentation

ShortcutsCollection.OnValidate Method 

Performs additional custom processes when validating a value.

protected override void OnValidate(
object value
);

Parameters

value
The object to validate.

Remarks

OnValidate can be used to impose restrictions on the type of objects that are accepted into the collection. The default implementation prevents a null reference (Nothing) from being added to or removed from the underlying System.Collections.ArrayList.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace