EventHandler<'Model>
Namespace: FSharp.Qualia
Event handlers are either synchronous or asynchronous
Union Cases
Union Case | Description |
Async('Model -> Async<unit>)
Signature: 'Model -> Async<unit>
|
|
Sync('Model -> unit)
Signature: 'Model -> unit
|