Skip to main content

constructor(item) Constructor

Initializes a new instance of the ASPxClientImageSliderItemEventArgs class.

#Declaration

TypeScript
constructor(
    item: ASPxClientImageSliderItem
)

#Parameters

Name Type Description
item ASPxClientImageSliderItem

An ASPxClientImageSliderItem object that is the item related to the generated event.

#Remarks

Instances of the ASPxClientImageSliderItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also