Property | Type | Description | |
---|---|---|---|
EventProperty |
Method | Description | |
---|---|---|
GetEvent ( |
Gets the attached property for the registered Tealium event.
|
|
SetEvent ( |
Sets the attached property for the registered Tealium event.
|
Method | Description | |
---|---|---|
EventActionHandler ( object sender, object args ) : void |
Handles the registered event and fires the corresponding Tealium event variable.
|
|
OnEventPropertyChanged ( |
Handler for the registered event property.
|
|
RegisterForEvent ( |
Registers a handler for reporting the event to Tealium.
|
|
UnregisterForEvent ( |
Removes the registered handler for reporting the event to Tealium.
|
public static GetEvent ( |
||
obj | ||
return | TealiumEvent |
public static SetEvent ( |
||
obj | ||
value | TealiumEvent | |
return | void |