2 writes to CheckedChanged
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\CheckBoxRendererBase.cs (2)
98
Control.
CheckedChanged
-= OnControlCheckedChanged;
114
Control.
CheckedChanged
+= OnControlCheckedChanged;
1 reference to CheckedChanged
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\FormsCheckBox.cs (1)
52
CheckedChanged
?.Invoke(this, null);