프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActionProperty | |||
CommandParameterProperty | |||
CommandProperty | |||
EventProperty |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
Handles changes to the Action property.
|
|
OnCommandChanged ( |
Handles changes to the Command property.
|
|
OnCommandParameterChanged ( |
Handles changes to the CommandParameter property.
|
|
OnEventChanged ( |
Handles changes to the Event property.
|
|
OwnerReset ( |
||
ResetEventBinding ( ) : void |
protected CreateInstanceCore ( ) : System.Windows.Freezable | ||
리턴 | System.Windows.Freezable |
protected OnActionChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
리턴 | void |
protected OnCommandChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
리턴 | void |
protected OnCommandParameterChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
리턴 | void |
protected OnEventChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
리턴 | void |
public static DependencyProperty,System.Windows ActionProperty | ||
리턴 |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
리턴 |
public static DependencyProperty,System.Windows CommandProperty | ||
리턴 |