C# 클래스 System.Windows.Interactivity.Trigger

상속: System.Windows.FrameworkElement, IAttachedObject
파일 보기 프로젝트 열기: nikhilk/silverlightfx

Private Properties

프로퍼티 타입 설명
IAttachedObject void
IAttachedObject void
Trigger System

보호된 메소드들

메소드 설명
InvokeActions ( EventArgs e ) : void

Invokes the associated actions.

OnAttach ( ) : void

Allows the trigger to attach to its associated object.

OnDetach ( ) : void

Allows the trigger to detach from its associated object.

비공개 메소드들

메소드 설명
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject associatedObject ) : void
Trigger ( ) : System

메소드 상세

InvokeActions() 보호된 메소드

Invokes the associated actions.
protected InvokeActions ( EventArgs e ) : void
e System.EventArgs The event data associated with the invocation.
리턴 void

OnAttach() 보호된 메소드

Allows the trigger to attach to its associated object.
protected OnAttach ( ) : void
리턴 void

OnDetach() 보호된 메소드

Allows the trigger to detach from its associated object.
protected OnDetach ( ) : void
리턴 void