BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void SfSwitch_StateChanged(object sender, EventArgs e)
{ string automationId = (sender as SfSwitch).AutomationId; DisplayAlert(automationId, "Current State : " + (sender as SfSwitch).IsOn, "Ok"); } |