ToggledEventArgs(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ToggledEventArgs that indicates that the toggle control was toggled to value
.
public ToggledEventArgs (bool value);
new Xamarin.Forms.ToggledEventArgs : bool -> Xamarin.Forms.ToggledEventArgs
Parameters
- value
- System.Boolean
Whether the toggle is in the On position.