C# 클래스 trello.Interactions.InteractionManager

Responsible for managing the collaborations between UX interactions.
상속: InteractionBase
파일 보기 프로젝트 열기: Bunk/trellow 1 사용 예제들

공개 메소드들

메소드 설명
AddElement ( FrameworkElement element ) : void

Adds an element to the list of elements that collaborate in the interaction.

AddInteraction ( IInteraction interaction ) : void

Adds an interaction to the manager. Interactions listen to UI events and operate on them.

InteractionManager ( ) : System
RemoveElement ( FrameworkElement element ) : void

Removes an element from the list of elements that collaborate in the interaction.

보호된 메소드들

메소드 설명
ChildActivated ( object sender ) : void
ChildDeactivated ( ) : void
EachChild ( Action action, bool>.Func where = null ) : void

메소드 상세

AddElement() 공개 메소드

Adds an element to the list of elements that collaborate in the interaction.
public AddElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
리턴 void

AddInteraction() 공개 메소드

Adds an interaction to the manager. Interactions listen to UI events and operate on them.
public AddInteraction ( IInteraction interaction ) : void
interaction IInteraction
리턴 void

ChildActivated() 보호된 메소드

protected ChildActivated ( object sender ) : void
sender object
리턴 void

ChildDeactivated() 보호된 메소드

protected ChildDeactivated ( ) : void
리턴 void

EachChild() 보호된 메소드

protected EachChild ( Action action, bool>.Func where = null ) : void
action Action
where bool>.Func
리턴 void

InteractionManager() 공개 메소드

public InteractionManager ( ) : System
리턴 System

RemoveElement() 공개 메소드

Removes an element from the list of elements that collaborate in the interaction.
public RemoveElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
리턴 void