C# 클래스 AttachedCommandBehavior.CommandBehaviorBinding

Defines the command behavior binding
상속: IDisposable
파일 보기 프로젝트 열기: dotob/moni 1 사용 예제들

공개 메소드들

메소드 설명
BindEvent ( DependencyObject owner, string eventName ) : void
Dispose ( ) : void

Unregisters the EventHandler from the Event

Execute ( ) : void

Executes the strategy

메소드 상세

BindEvent() 공개 메소드

public BindEvent ( DependencyObject owner, string eventName ) : void
owner System.Windows.DependencyObject
eventName string
리턴 void

Dispose() 공개 메소드

Unregisters the EventHandler from the Event
public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

Executes the strategy
public Execute ( ) : void
리턴 void