Private Optional #argsthe firing args
Private #disposedPrivate Readonly #eventPrivate #firedevent has been fired
Private Optional #senderthe firing sender
Adds a handler to the event
removes a handler from the event.
Generated using TypeDoc
An event type that can only be invoked once. Once the event is invoked, and handler that is added to it will be immediately executed. All subsequent invocations are ignored