Pre loader

Is there a way to know when ViewPortManager.BeginInvoke is completed

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Dear all,

I have to perform some operation inside a chart ViewPortManger.BeginInvoke()

Is there a way to know when the BeginInvoke() method is completed or do I have to implement an custom event ?

regards

Version
4
  • You must to post comments
0
0

Internally this is just wrapping Dispatcher.BeginInvoke. Your handler is the notification that its completed

  ViewportManager.BeginInvoke(() => 
  { 
        // Do something
        // .. 
        // It's completed 
  });

It’s as simple as that

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies