Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LoadedEventArgs.cs
1
namespace
NeuroAccessMaui.Services
2
{
8
public
sealed
class
LoadedEventArgs(bool isLoaded, bool isResuming) : EventArgs
9
{
13
public
bool
IsLoaded {
get
; } = isLoaded;
14
18
public
bool
IsResuming {
get
; } = isResuming;
19
}
20
}
NeuroAccessMaui.Services
Definition:
PlatformSpecific.cs:26
NeuroAccessMaui
NeuroAccessMaui
Services
LoadedEventArgs.cs
Generated by
1.9.5