Callback Methods
Introduction
OnData
using Starcounter;
namespace MyApp
{
partial class PersonPage : Json
{
protected override void OnData()
{
base.OnData();
// Code to be run when the Data property is set
}
}
}HasChanged
Last updated