Aardvark.Base


EventHandlerExtensions

Static members

Static memberDescription
TryInvoke(eh)
Signature: eh:EventHandler -> unit

Safely invokes the event using null as sender and EventArgs.Empty

TryInvoke(eh, sender)
Signature: (eh:EventHandler * sender:obj) -> unit

Safely invokes the event using the supplied sender with EventArgs.Empty

Fork me on GitHub