C# 클래스 Microsoft.Xaml.Interactions.Core.EventTriggerBehavior

상속: Windows.UI.Xaml.DependencyObject, IBehavior
파일 보기 프로젝트 열기: Microsoft/XamlBehaviors 1 사용 예제들

공개 메소드들

메소드 설명
EventTriggerBehavior ( ) : System

Initializes a new instance of the EventTriggerBehavior class.

보호된 메소드들

메소드 설명
OnAttached ( ) : void

Called after the behavior is attached to the Microsoft.Xaml.Interactivity.Behavior.AssociatedObject.

OnDetaching ( ) : void

Called when the behavior is being detached from its Microsoft.Xaml.Interactivity.Behavior.AssociatedObject.

비공개 메소드들

메소드 설명
ComputeResolvedSource ( ) : object
IsElementLoaded ( FrameworkElement element ) : bool
IsWindowsRuntimeEvent ( EventInfo eventInfo ) : bool
IsWindowsRuntimeType ( Type type ) : bool
OnEvent ( object sender, object eventArgs ) : void
OnEventNameChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args ) : void
OnSourceObjectChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args ) : void
RegisterEvent ( string eventName ) : void
SetResolvedSource ( object newSource ) : void
UnregisterEvent ( string eventName ) : void

메소드 상세

EventTriggerBehavior() 공개 메소드

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

OnAttached() 보호된 메소드

Called after the behavior is attached to the Microsoft.Xaml.Interactivity.Behavior.AssociatedObject.
protected OnAttached ( ) : void
리턴 void

OnDetaching() 보호된 메소드

Called when the behavior is being detached from its Microsoft.Xaml.Interactivity.Behavior.AssociatedObject.
protected OnDetaching ( ) : void
리턴 void