C# Class Tealium.TealiumEventBehavior

Attached property/behavior that listens for a WinRT event and fires a corresponding Tealium event in response.
Afficher le fichier Open project: Tealium/win-library

Méthodes publiques

Свойство Type Description
EventProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

GetEvent() public static méthode

Gets the attached property for the registered Tealium event.
public static GetEvent ( DependencyObject obj ) : TealiumEvent
obj Windows.UI.Xaml.DependencyObject
Résultat TealiumEvent

SetEvent() public static méthode

Sets the attached property for the registered Tealium event.
public static SetEvent ( DependencyObject obj, TealiumEvent value ) : void
obj Windows.UI.Xaml.DependencyObject
value TealiumEvent
Résultat void

Property Details

EventProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml EventProperty
Résultat Windows.UI.Xaml.DependencyProperty