Свойство | Тип | Описание | |
---|---|---|---|
CommandParameterProperty | |||
CommandProperty |
Метод | Описание | |
---|---|---|
ListItemButton ( ) : System.Windows.Input |
Initializes a new instance of the ListItemButton class.
|
Метод | Описание | |
---|---|---|
OnCommandChanged ( ICommand oldCommand, ICommand newCommand ) : void |
Provides derived classes an opportunity to handle changes to the Command property.
|
|
OnCommandParameterChanged ( object oldCommandParameter, object newCommandParameter ) : void |
Provides derived classes an opportunity to handle changes to the CommandParameter property.
|
|
OnManipulationStarted ( Windows e ) : void |
Called before the ManipulationStarted event occurs.
|
|
OnManipulationStarting ( Windows e ) : void |
Called before the ManipulationStarting event occurs.
|
|
OnTapped ( Windows e ) : void |
Called before the Tapped event occurs.
|
Метод | Описание | |
---|---|---|
OnCommandChanged ( |
Handles changes to the Command property.
|
|
OnCommandParameterChanged ( |
Handles changes to the CommandParameter property.
|
public ListItemButton ( ) : System.Windows.Input | ||
Результат | System.Windows.Input |
protected OnCommandChanged ( ICommand oldCommand, ICommand newCommand ) : void | ||
oldCommand | ICommand | The old Command value |
newCommand | ICommand | The new Command value |
Результат | void |
protected OnCommandParameterChanged ( object oldCommandParameter, object newCommandParameter ) : void | ||
oldCommandParameter | object | The old CommandParameter value |
newCommandParameter | object | The new CommandParameter value |
Результат | void |
protected OnManipulationStarted ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Результат | void |
protected OnManipulationStarting ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Результат | void |
protected OnTapped ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Результат | void |
public static DependencyProperty,Windows.UI.Xaml CommandParameterProperty | ||
Результат |