Property | Type | Description | |
---|---|---|---|
ActionProperty | |||
CommandParameterProperty | |||
CommandProperty | |||
EventProperty |
Property | Type | Description | |
---|---|---|---|
OnActionChanged | void | ||
OnCommandChanged | void | ||
OnCommandParameterChanged | void | ||
OnEventChanged | void | ||
OwnerReset | void | ||
ResetEventBinding | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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 | ||
return | System.Windows.Freezable |
protected OnActionChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnCommandChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnCommandParameterChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnEventChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
public static DependencyProperty,System.Windows ActionProperty | ||
return |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
return |
public static DependencyProperty,System.Windows CommandProperty | ||
return |