Event
Functions and values
Function or value | Description |
guard f e
Signature: f:(unit -> unit) -> e:IEvent<'Del,'Args> -> IEvent<'Args>
Type parameters: 'Del, 'Args |
Executes f just after adding the event-handler |