Skip to content

OnAddTag - cTagsForm

Triggered when the user adds a tag within the control

Type: Event

Parameters

Parameter Type Description
tTag tSelectionItem The (unescaped) tag to be added

Syntax

Procedure OnAddTag tSelectionItem tTag

Description

Event that is triggered when the user adds a tag within the control.

If a new tag is created instead of selecting an existing tag, then OnCreate is called first. If OnCreate cancels the creation, then OnAddTag is not triggered.

Note that using UpdateTags and Set psValue will not fire this event.