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

Triggers are attachable objects that encapsulate some logic to determine when they are activated. They execute their associated action whenever they are activated.
상속: System.Windows.FrameworkElement, IAttachedObject
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

Private Properties

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

보호된 메소드들

메소드 설명
OnAttach ( ) : void

Allows the trigger to attach to its associated object.

OnDetach ( ) : void

Allows the trigger to detach from its associated object.

비공개 메소드들

메소드 설명
Behavior ( ) : System
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject associatedObject ) : 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