constructor(index, name) Constructor
Initializes a new instance of the ASPxClientImageGalleryFullscreenViewerEventArgs class.
Declaration
constructor(
index: number,
name: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The item’s index. |
| name | string | A String value that specifies the processed item’s unique identifier name. |
See Also