SearchOptionButton Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The common implementation of attached events used for options buttons
public ref class SearchOptionButton
[Windows::Foundation::Metadata::WebHostHidden]
class SearchOptionButton
public class SearchOptionButton
type SearchOptionButton = class
Public Class SearchOptionButton
- Inheritance
-
SearchOptionButton
Constructors
| SearchOptionButton() |
Creates a new instance of the class. |
Fields
| OptionButtonClickedEvent |
Event that fires when the option button is clicked. |
Methods
| AddOptionButtonClickedHandler(DependencyObject, RoutedEventHandler) |
Adds the specified event handler to the specified option button. |
| RemoveOptionButtonClickedHandler(DependencyObject, RoutedEventHandler) |
Removes the specified event handler from the specified option button. |
Attached Events
| OptionButtonClicked |
Raised when the option button is clicked. |