MobileForms Toolkit Documentation

ShortcutsCollection.OnSetComplete Method 

Performs additional custom processes after setting a value in the ShortcutsCollection instance.

protected override void OnSetComplete(
int index,
object oldValue,
object newValue
);

Parameters

index
The zero-based index at which oldValue can be found.
oldValue
The value to replace with newValue.
newValue
The new value of the element at index.

Remarks

OnSet is invoked before the standard Set behavior, whereas OnSetComplete is invoked after the standard Set behavior.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace