System.Waf.Presentation.DispatcherHelper.DoEvents C# (CSharp) Méthode

DoEvents() public static méthode

Execute the event queue of the dispatcher until all pending messages have been processed.
public static DoEvents ( ) : void
Résultat void
        public static void DoEvents()
        {
            DispatcherHelperCore.DoEvents();
        }
    }
DispatcherHelper