Property | Type | Description | |
---|---|---|---|
CommandParameterProperty | |||
CommandProperty | |||
OnEventProperty |
Method | Description | |
---|---|---|
CommandPropertyChangedCallback ( |
||
GetCommand ( |
||
GetCommandParameter ( |
||
GetOnEvent ( |
||
SetCommand ( |
||
SetCommandParameter ( |
||
SetOnEvent ( |
Method | Description | |
---|---|---|
OnRoutedEvent ( object sender, |
public static CommandPropertyChangedCallback ( |
||
depObj | ||
args | ||
return | void |
public static GetCommand ( |
||
obj | ||
return | ICommand |
public static GetCommandParameter ( |
||
obj | ||
return | object |
public static GetOnEvent ( |
||
obj | ||
return | string |
public static SetCommand ( |
||
obj | ||
value | ICommand | |
return | void |
public static SetCommandParameter ( |
||
obj | ||
value | object | |
return | void |
public static SetOnEvent ( |
||
obj | ||
value | string | |
return | void |
public static DependencyProperty,Windows.UI.Xaml CommandParameterProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CommandProperty | ||
return |