-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request