| MobileForms Toolkit Documentation |
|
TemplateSet.OnRemoveComplete Method
Performs additional custom processes after removing an element from the TemplateSet.
protected override
void OnRemoveComplete(
int index,
object value);
Parameters
-
index
- The zero-based index at which value can be found.
-
value
- The value of the element to remove from index.
See Also
TemplateSet Class | Resco.Controls.AdvancedTree Namespace