BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
<cards:SfCardLayout VisibleCardIndexChanging="CardVisibleCardIndexChanging">
|
void CardVisibleCardIndexChanging(object sender, VisibleCardIndexChangingEventArgs e)
{
e.Cancel = e.NewCard == null;
}
|
void CardVisibleCardIndexChanging(object sender, VisibleCardIndexChangingEventArgs e) { e.Cancel = true; } |