This event occurs before a presentation step is activated to notify the client of the step that is being activated.
|
JavaScript |
|
|
OnBeforePresentationItemActivation( PresentationID, Step) |
|
|
C# |
|
|
void OnBeforePresentationItemActivation( string PresentationID, IPresentationStep66 Step) |
|
|
C++ |
|
|
HRESULT OnBeforePresentationItemActivation( BSTR PresentationID, IPresentationStep66* Step) |
|
Parameters
PresentationID
The ID of the presentation in which the step is being activated.
Step
An IPresentationStep66 representing the presentation step about to be activated.