C# 클래스 AttachedCommandBehavior.BehaviorBinding

Defines a Command Binding This inherits from freezable so that it gets inheritance context for DataBinding to work
상속: System.Windows.Freezable
파일 보기 프로젝트 열기: dotob/moni

공개 프로퍼티들

프로퍼티 타입 설명
ActionProperty System.Windows.DependencyProperty
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
EventProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
OnActionChanged void
OnCommandChanged void
OnCommandParameterChanged void
OnEventChanged void
OwnerReset void
ResetEventBinding void

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable

This is not actually used. This is just a trick so that this object gets WPF Inheritance Context

OnActionChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Provides derived classes an opportunity to handle changes to the Action property.

OnCommandChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Provides derived classes an opportunity to handle changes to the Command property.

OnCommandParameterChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Provides derived classes an opportunity to handle changes to the CommandParameter property.

OnEventChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Provides derived classes an opportunity to handle changes to the Event property.

비공개 메소드들

메소드 설명
OnActionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Action property.

OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Command property.

OnCommandParameterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CommandParameter property.

OnEventChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Event property.

OwnerReset ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ResetEventBinding ( ) : void

메소드 상세

CreateInstanceCore() 보호된 메소드

This is not actually used. This is just a trick so that this object gets WPF Inheritance Context
protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

OnActionChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Action property.
protected OnActionChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnCommandChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Command property.
protected OnCommandChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnCommandParameterChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CommandParameter property.
protected OnCommandParameterChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnEventChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Event property.
protected OnEventChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

프로퍼티 상세

ActionProperty 공개적으로 정적으로 프로퍼티

Action Dependency Property
public static DependencyProperty,System.Windows ActionProperty
리턴 System.Windows.DependencyProperty

CommandParameterProperty 공개적으로 정적으로 프로퍼티

CommandParameter Dependency Property
public static DependencyProperty,System.Windows CommandParameterProperty
리턴 System.Windows.DependencyProperty

CommandProperty 공개적으로 정적으로 프로퍼티

Command Dependency Property
public static DependencyProperty,System.Windows CommandProperty
리턴 System.Windows.DependencyProperty

EventProperty 공개적으로 정적으로 프로퍼티

Event Dependency Property
public static DependencyProperty,System.Windows EventProperty
리턴 System.Windows.DependencyProperty