SearchOptionButton Class

Definition

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.

Applies to