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

SlideItemEventHandler Delegate

Represents the method that handles event that references to a slide item.

[Visual Basic]
Public Delegate Sub SlideItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As SlideItemEventArgs _
)
[C#]
public delegate void SlideItemEventHandler(
   object sender,
   SlideItemEventArgs e
);

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic