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

Slide.ItemDataBound Event

Occurs after an item in the Slide control is data-bound but before it is rendered on the page.

[Visual Basic]
Public Event ItemDataBound As SlideItemEventHandler
[C#]
public event SlideItemEventHandler ItemDataBound;

Event Data

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

Property Description
Item Gets the slide item.

See Also

Slide Class | EO.Web Namespace


Direct link to this topic