Method | Description | |
---|---|---|
AutoClickUpdate ( ) : void | ||
OnClosing ( ) : void | ||
OnStarting ( ) : void | ||
TriggerClick ( ) : void | ||
TriggerOptionClicked ( string option, bool usesTouch ) : void |
Raise the option clicked event.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string name ) : void |
protected OnPropertyChanged ( string name ) : void | ||
name | string | |
return | void |
public TriggerOptionClicked ( string option, bool usesTouch ) : void | ||
option | string | The option that was selected. |
usesTouch | bool | Touch is used to trigger the event. |
return | void |