RadioButtonHandler Constructors

Definition

Overloads

RadioButtonHandler()
RadioButtonHandler(IPropertyMapper)
RadioButtonHandler(IPropertyMapper, CommandMapper)

RadioButtonHandler()

public:
 RadioButtonHandler();
public RadioButtonHandler ();
Public Sub New ()

Applies to

RadioButtonHandler(IPropertyMapper)

public:
 RadioButtonHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public RadioButtonHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.RadioButtonHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.RadioButtonHandler
Public Sub New (mapper As IPropertyMapper)

Parameters

Applies to

RadioButtonHandler(IPropertyMapper, CommandMapper)

public:
 RadioButtonHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public RadioButtonHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.RadioButtonHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.RadioButtonHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)

Parameters

commandMapper
CommandMapper

Applies to