Handle PowerPoint Events With Visual Basic .NET

  • Thread starter Thread starter basic
  • Start date Start date
B

basic

With vb.net it's possible to handle event
Public Sub SlideShowNextBuild(ByVal Wn As PowerPoint.SlideShowWindow)
that is raise when animation is complete...
Instead I wish know if exist an event that is raise when animation
begin...thanks
 
Back
Top