C# 클래스 Windows.UI.Interactivity.TargetedTriggerAction

Represents an action that can be targeted to affect an object other than its AssociatedObject.
This is an infrastructure class. Action authors should derive from TargetedTriggerAction<T> instead of this class.
상속: TriggerAction
파일 보기 프로젝트 열기: jlaanstra/Windows.UI.Interactivity

공개 프로퍼티들

프로퍼티 타입 설명
TargetNameProperty Windows.UI.Xaml.DependencyProperty
TargetObjectProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
OnBehaviorHostChanged void
OnTargetChanged void
OnTargetChangedImpl void
OnTargetNameChanged void
OnTargetObjectChanged void
RegisterTargetChanged void
TargetedTriggerAction System
TargetedTriggerAction System
UnregisterTargetChanged void

보호된 메소드들

메소드 설명
OnAttached ( ) : void

Called after the action is attached to an AssociatedObject.

OnDetaching ( ) : void

Called when the action is being detached from its AssociatedObject, but before it has actually occurred.

비공개 메소드들

메소드 설명
OnBehaviorHostChanged ( object sender, EventArgs e ) : void
OnTargetChanged ( object sender, Windows.UI.Interactivity.NameResolvedEventArgs e ) : void
OnTargetChangedImpl ( object oldTarget, object newTarget ) : void

Called when the target changes.

This function should be overriden in derived classes to hook and unhook functionality from the changing source objects.

OnTargetNameChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
OnTargetObjectChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
RegisterTargetChanged ( ) : void
TargetedTriggerAction ( ) : System
TargetedTriggerAction ( Type targetTypeConstraint ) : System
UnregisterTargetChanged ( ) : void

메소드 상세

OnAttached() 보호된 메소드

Called after the action is attached to an AssociatedObject.
protected OnAttached ( ) : void
리턴 void

OnDetaching() 보호된 메소드

Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
protected OnDetaching ( ) : void
리턴 void

프로퍼티 상세

TargetNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml TargetNameProperty
리턴 Windows.UI.Xaml.DependencyProperty

TargetObjectProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml TargetObjectProperty
리턴 Windows.UI.Xaml.DependencyProperty