CoreDispatcher.ProcessEvents(CoreProcessEventsOption) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the dispatcher processing the input event queue for this instance of CoreWindow.
public:
virtual void ProcessEvents(CoreProcessEventsOption options) = ProcessEvents;
void ProcessEvents(CoreProcessEventsOption const& options);
public void ProcessEvents(CoreProcessEventsOption options);
function processEvents(options)
Public Sub ProcessEvents (options As CoreProcessEventsOption)
Parameters
- options
- CoreProcessEventsOption
Determines how many events to process, and if this method should block.