We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fire a native function
button { onclick = HandleClick }
code behind (C#):
void HandleClick(object sender, object dataContext) { //handle the click event }
List sample:
list { ... itemClick = HandleItemClick }
code behind (C#): (not sure if we should add the index as parameter)
void HandleItemClick(object sender, object dataContext) { //handle the item click event }
The text was updated successfully, but these errors were encountered:
First, we can add script support for the event like
button { click = ${ it.Count++ } }
Sorry, something went wrong.
Merge pull request #18 from Tlaster/feature/#4
03d3f54
Add promise conversion && http object
Merge branch 'master' into feature/#4
8a4c311
No branches or pull requests
Fire a native function
code behind (C#):
List sample:
code behind (C#):
(not sure if we should add the index as parameter)
The text was updated successfully, but these errors were encountered: