OnBeforePresentationItemActivation

This event occurs before a presentation step is activated to notify the client that the step is being activated.

 

JavaScript

 

OnBeforePresentationItemActivation(

       PresentationID,

       Step)

 

C#

 

void OnBeforePresentationItemActivation(

       string PresentationID,

       IPresentationStep65 Step)

 

C++

 

HRESULT OnBeforePresentationItemActivation(

        BSTR PresentationID,

        IPresentationStep65* Step)

Parameters

PresentationID

The ID of the presentation in which the step is being activated.

Step

An IPresentationStep65 representing the presentation step about to be activated.