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

MultiPage.PageDeselected Event

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

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

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