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,

       IPresentationStep61 Step)

 

C++

 

HRESULT OnBeforePresentationItemActivation(

        BSTR PresentationID,

        IPresentationStep61* Step)

Parameters

PresentationID

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

Step

An IPresentationStep61 representing the presentation step about to be activated.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.