Submit
Home of
792
C#
,
Visual Basic
,
F#
,
Swift
,
Kotlin
and
javascript
extension methods
All c# extension methods for eventhandler
HandleOnce
Creates a wrapper for the given event handler which unsubscribes from the event source immediately prior to calling the given event handler.
C#
System.EventHandler
Wayne Bloss
;