What's the Application.CorelScript.RedrawScreen equivalent in c#?

I've converted this VBA to C# except these 2 lines

Set cs = CorelDRAW.CorelScript
   cs.RedrawScreen

I don't how to redrawScreen in C#. Can please anyone help?