Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AnimationEvent.cs
1
using
System
;
2
3
namespace
NeuroAccessMaui.Animations
4
{
8
public
enum
AnimationLifecycleStage
9
{
13
Started,
14
18
Completed,
19
23
Cancelled,
24
28
Skipped,
29
33
Failed
34
}
35
39
public
sealed record
AnimationEvent
(
40
AnimationKey
Key,
41
AnimationLifecycleStage
Stage,
42
TimeSpan? Elapsed,
43
bool
WasCancelled,
44
Exception? Exception);
45
}
NeuroAccessMaui.Animations
Definition:
AnimationCatalog.cs:6
NeuroAccessMaui.Animations.AnimationEvent
sealed record AnimationEvent(AnimationKey Key, AnimationLifecycleStage Stage, TimeSpan? Elapsed, bool WasCancelled, Exception? Exception)
Data raised when an animation lifecycle event occurs.
NeuroAccessMaui.Animations.AnimationLifecycleStage
AnimationLifecycleStage
Enumeration describing animation lifecycle stages.
Definition:
AnimationEvent.cs:9
System
Definition:
Adapters.g.cs:58
NeuroAccessMaui.Animations.AnimationKey
Represents a strongly typed key used for identifying animations.
Definition:
AnimationKey.cs:7
NeuroAccessMaui
NeuroAccessMaui
Animations
AnimationEvent.cs
Generated by
1.9.5