Click or drag to resize
StopOption Fields

The EventDispatcherStopOption type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberASYNC
Stops the EventDispatcher and returns immediately.
Public fieldStatic memberSYNC
Stops the EventDispatcher and doesn't return until no more events are being processed.
Top
See Also