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

MultiPageEventHandler Delegate

Represents the method that handles the PageSelected and PageDeselected events.

[Visual Basic]
Public Delegate Sub MultiPageEventHandler( _
   ByVal sender As Object, _
   ByVal args As MultiPageEventArgs _
)
[C#]
public delegate void MultiPageEventHandler(
   object sender,
   MultiPageEventArgs args
);

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic