Table of Contents

Class ImageIndexEventArgs

Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll

Event arguments for image index event.

public class ImageIndexEventArgs : EventArgs

Inheritance

objectEventArgsImageIndexEventArgs

Constructors

ImageIndexEventArgs(int)

Creates a new instance.

public ImageIndexEventArgs(int ItemIndex)

Parameters

ItemIndex int

Properties

ImageIndex

Gets or sets image index.

public int ImageIndex { get; set; }

Property Value

int

ItemIndex

Gets item index.

public int ItemIndex { get; }

Property Value

int