RNotebook.OnSwitchPage


public event OnSwitchPage

Prototype:

OnSwitchPage(Sender, EventData)

Parameters

Sender
the event firing control
EventData
contains a string encapsulating the new page index; it must be evaluated as this: new_page_index=value EventData;

Description:

This event is triggered when the user switch from one page to another.

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.