Class SfCheckBoxRenderer
Represents custom android renderer for the class SfCheckBox
Inheritance
System.Object
SfCheckBoxRenderer
Namespace: Syncfusion.XForms.WPF.Buttons
Assembly: Syncfusion.Buttons.XForms.WPF.dll
Syntax
public class SfCheckBoxRenderer : ViewRenderer<SfCheckBox, SfCheckBox>
Constructors
SfCheckBoxRenderer()
Declaration
public SfCheckBoxRenderer()
Methods
Init()
Initialize the SfCheckBox custom renderer
Declaration
public static void Init()
OnElementChanged(ElementChangedEventArgs<SfCheckBox>)
Raises the on element changed event.
Declaration
protected override void OnElementChanged(ElementChangedEventArgs<SfCheckBox> eventArgs)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.Platform.WPF.ElementChangedEventArgs<SfCheckBox> | 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. |