Class SfRadioButtonRenderer
Represents custom android renderer for the class SfRadioButton
Inheritance
System.Object
SfRadioButtonRenderer
Namespace: Syncfusion.XForms.WPF.Buttons
Assembly: Syncfusion.Buttons.XForms.WPF.dll
Syntax
public class SfRadioButtonRenderer : ViewRenderer<SfRadioButton, SfRadioButton>
Constructors
SfRadioButtonRenderer()
Declaration
public SfRadioButtonRenderer()
Methods
Init()
Initialize the SfRadioButton custom renderer
Declaration
public static void Init()
OnElementChanged(ElementChangedEventArgs<SfRadioButton>)
Raises the on element changed event.
Declaration
protected override void OnElementChanged(ElementChangedEventArgs<SfRadioButton> eventArgs)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.Platform.WPF.ElementChangedEventArgs<SfRadioButton> | eventArgs | Changed event argument |
OnElementPropertyChanged(Object, PropertyChangedEventArgs)
Raises the element property changed event.
Declaration
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs eventArgs)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | the Sender. |
System.ComponentModel.PropertyChangedEventArgs | eventArgs | the changed event. |