Property | Type | Description | |
---|---|---|---|
ActionProperty | |||
CommandParameterProperty | |||
CommandProperty | |||
EventProperty |
Method | Description | |
---|---|---|
GetAction ( |
Gets the Action property.
|
|
GetCommand ( |
Gets the Command property.
|
|
GetCommandParameter ( |
Gets the CommandParameter property.
|
|
GetEvent ( |
Gets the Event property. This dependency property indicates ....
|
|
SetAction ( |
Sets the Action property.
|
|
SetCommand ( |
Sets the Command property.
|
|
SetCommandParameter ( |
Sets the CommandParameter property.
|
|
SetEvent ( |
Sets the Event property. This dependency property indicates ....
|
Method | Description | |
---|---|---|
FetchOrCreateBinding ( |
||
GetBehavior ( |
Gets the Behavior 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.
|
|
SetBehavior ( |
Sets the Behavior property.
|
public static GetAction ( |
||
d | ||
return | Action |
public static GetCommand ( |
||
d | ||
return | ICommand |
public static GetCommandParameter ( |
||
d | ||
return | object |
public static GetEvent ( |
||
d | ||
return | string |
public static SetAction ( |
||
d | ||
value | Action | |
return | void |
public static SetCommand ( |
||
d | ||
value | ICommand | |
return | void |
public static SetCommandParameter ( |
||
d | ||
value | object | |
return | void |
public static SetEvent ( |
||
d | ||
value | string | |
return | void |
public static DependencyProperty,System.Windows ActionProperty | ||
return |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
return |
public static DependencyProperty,System.Windows CommandProperty | ||
return |