Skip to main content
A newer version of this page is available. .
Tab

ImageZoomNavigatorItemEventHandler Delegate

A method that will handle the ASPxImageZoomNavigator.ItemDataBound event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void ImageZoomNavigatorItemEventHandler(
    object source,
    ImageZoomNavigatorItemEventArgs e
);

Parameters

Name Type Description
source Object

The event source. Identifies the ASPxImageZoomNavigator control that raised the event.

e ImageZoomNavigatorItemEventArgs

A ImageZoomNavigatorItemEventArgs object that contains event data.

See Also