Create an Observable Object
How to indicate a class is observable Class
using Mobilize.WebMAP.Common.Attribute;
[Observable]
public class Class1
{
.
.
.
}Classes Observations
How to add a Property that can notify changes in an observable class
Properties Observations
How to properly declare an Event in an observable class
How to indicate a static observable class
How to use static members
Constructors
Properties
Methods
How to declare Structs
Last updated
Was this helpful?