C# 클래스 Tealium.TealiumEventBehavior

Attached property/behavior that listens for a WinRT event and fires a corresponding Tealium event in response.
파일 보기 프로젝트 열기: Tealium/win-library

공개 프로퍼티들

프로퍼티 타입 설명
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