Version

DoEvents(DispatcherPriority) Method

Syntax
'Declaration
 
Protected Overloads Shared Sub DoEvents( _
   ByVal priority As System.Windows.Threading.DispatcherPriority _
) 
protected static void DoEvents( 
   System.Windows.Threading.DispatcherPriority priority
)
protected: static void DoEvents( 
   System.Windows.Threading.DispatcherPriority priority
) 

Parameters

priority
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also