Home > Working with SGWorld > ISGWorld > OnBeforePresentationItemActivation

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,

      IPresentationStep6 Step)

 

C++

 

HRESULT OnBeforePresentationItemActivation(

       BSTR PresentationID,

       IPresentationStep6* Step)

Parameters

PresentationID

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

Step

An IPresentationStep6 representing the presentation step about to be activated.

Exceptions

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