C# Класс Tealium.TealiumEventBehavior

Attached property/behavior that listens for a WinRT event and fires a corresponding Tealium event in response.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EventProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
GetEvent ( DependencyObject obj ) : TealiumEvent

Gets the attached property for the registered Tealium event.

SetEvent ( DependencyObject obj, TealiumEvent value ) : void

Sets the attached property for the registered Tealium event.

Приватные методы

Метод Описание
EventActionHandler ( object sender, object args ) : void

Handles the registered event and fires the corresponding Tealium event variable.

OnEventPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handler for the registered event property.

RegisterForEvent ( DependencyObject d, EventInfo evt ) : void

Registers a handler for reporting the event to Tealium.

UnregisterForEvent ( DependencyObject d, EventInfo evt ) : void

Removes the registered handler for reporting the event to Tealium.

Описание методов

GetEvent() публичный статический Метод

Gets the attached property for the registered Tealium event.
public static GetEvent ( DependencyObject obj ) : TealiumEvent
obj Windows.UI.Xaml.DependencyObject
Результат TealiumEvent

SetEvent() публичный статический Метод

Sets the attached property for the registered Tealium event.
public static SetEvent ( DependencyObject obj, TealiumEvent value ) : void
obj Windows.UI.Xaml.DependencyObject
value TealiumEvent
Результат void

Описание свойств

EventProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml EventProperty
Результат Windows.UI.Xaml.DependencyProperty