Property | Type | Description | |
---|---|---|---|
DownCommandParameterProperty | |||
DownCommandProperty | |||
IsPressedProperty | |||
UpCommandParameterProperty | |||
UpCommandProperty |
Method | Description | |
---|---|---|
Attach ( |
Attaches to the specified button.
|
|
Detach ( ) : void |
Detaches this instance.
|
Method | Description | |
---|---|---|
OnDown ( ) : void |
Called when the button is pressed.
|
|
OnUp ( ) : void |
Called when the button is released.
|
Method | Description | |
---|---|---|
OnDownInternal ( ) : void | ||
OnIsPressedChanged ( |
Handles changes to the IsPressed property.
|
|
OnIsPressedChanged ( bool oldIsPressed, bool newIsPressed ) : void |
Provides derived classes an opportunity to handle changes to the IsPressed property.
|
|
OnUpInternal ( ) : void |
public Attach ( |
||
button | The button. | |
return | void |
public static DependencyProperty,Windows.UI.Xaml DownCommandParameterProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DownCommandProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IsPressedProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml UpCommandParameterProperty | ||
return |