Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MultiPage.PageSelected Event

Occurs when a PageView control in a MultiPage control is selected.

[Visual Basic]
Public Event PageSelected As MultiPageEventHandler
[C#]
public event MultiPageEventHandler PageSelected;

Event Data

The event handler receives an argument of type MultiPageEventArgs containing data related to this event. The following MultiPageEventArgs property provides information specific to this event.

Property Description
Page Returns a reference to the PageView control associated with this event.

See Also

MultiPage Class | EO.Web Namespace


Direct link to this topic