CoreDispatcher.ProcessEvents(CoreProcessEventsOption) Method

Definition

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.

Applies to