Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BasePopupViewModel.cs
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
7
9{
11 {
16 public virtual void OnPop()
17 {
18 }
19 }
20}
A base class for all view models, inheriting from the BindableObject. NOTE: using this class requir...
virtual void OnPop()
Called when the popup is popped from the stack. This can be used to clean up resources,...