ImageZoomNavigatorItemEventHandler Delegate
A method that will handle the ASPxImageZoomNavigator.ItemDataBound event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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