implementing the validation event handling from Forms
This commit is contained in:
parent
21a40cdb55
commit
287eaca690
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using BookAStar.Model.Auth.Account;
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
using Yavsc.Models.Identity;
|
||||
|
||||
|
|
@ -24,7 +25,7 @@ namespace BookAStar
|
|||
|
||||
object InvokeApi(string method, object arg);
|
||||
|
||||
View CreateMarkdownView(string markdown);
|
||||
View CreateMarkdownView(string markdown, Action<string> update);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue