OnRemoveTag - cWebTagsForm
Triggered when the user removes a tag from the control (using the mouse or the keyboard)
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| Tag | tSelectionItem | The (unescaped) tag being removed |
Syntax
Procedure OnRemoveTag tSelectionItem Tag
Description
Event that is triggered when the user removes a tag from the control (using the mouse or the keyboard) when the pbServerOnRemoveTag property is True.
Note that using UpdateTags and WebSet psValue will not fire this event.