Метод | Описание | |
---|---|---|
TaskDialogButtonData ( ) : System |
Initializes a new instance of the TaskDialogButtonData class.
|
|
TaskDialogButtonData ( int id, string text, System command = null, bool isDefault = false, bool isCancel = false ) : System |
Initializes a new instance of the TaskDialogButtonData struct.
|
Метод | Описание | |
---|---|---|
OnPropertyChanged ( |
Raises the E:PropertyChanged event.
|
|
RaisePropertyChanged ( string propertyName ) : void |
Raises the E:PropertyChanged event.
|
protected OnPropertyChanged ( |
||
e | The |
|
Результат | void |
protected RaisePropertyChanged ( string propertyName ) : void | ||
propertyName | string | The property name of the property that has changed. |
Результат | void |
public TaskDialogButtonData ( int id, string text, System command = null, bool isDefault = false, bool isCancel = false ) : System | ||
id | int | The id value for the button. |
text | string | The text label. |
command | System | The command to associate. |
isDefault | bool | Whether the button should be the default. |
isCancel | bool | Whether the button should be a cancel. |
Результат | System |