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

상속: Windows.UI.Xaml.FrameworkElement, IAttachedObject
파일 보기 프로젝트 열기: jlaanstra/Windows.UI.Interactivity 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DataContextChanged void

공개 메소드들

메소드 설명
Attach ( FrameworkElement frameworkElement ) : void
Detach ( ) : void
InteractivityBase ( ) : System

Initializes a new instance of the InteractivityBase class.

보호된 메소드들

메소드 설명
OnAssociatedObjectChanged ( ) : void
OnAttached ( ) : void

Called after the behavior is attached to an AssociatedObject.

Override this to hook up functionality to the AssociatedObject.

OnDataContextChanged ( object oldValue, object newValue ) : void
OnDetaching ( ) : void

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

Override this to unhook functionality from the AssociatedObject.

비공개 메소드들

메소드 설명
DataContextChanged ( object sender, EventArgs e ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( FrameworkElement frameworkElement ) : void
frameworkElement Windows.UI.Xaml.FrameworkElement
리턴 void

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

InteractivityBase() 공개 메소드

Initializes a new instance of the InteractivityBase class.
public InteractivityBase ( ) : System
리턴 System

OnAssociatedObjectChanged() 보호된 메소드

protected OnAssociatedObjectChanged ( ) : void
리턴 void

OnAttached() 보호된 메소드

Called after the behavior is attached to an AssociatedObject.
Override this to hook up functionality to the AssociatedObject.
protected OnAttached ( ) : void
리턴 void

OnDataContextChanged() 보호된 메소드

protected OnDataContextChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
리턴 void

OnDetaching() 보호된 메소드

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
Override this to unhook functionality from the AssociatedObject.
protected OnDetaching ( ) : void
리턴 void