Class ImageIndexEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll
Event arguments for image index event.
public class ImageIndexEventArgs : EventArgs
Inheritance
object ← EventArgs ← ImageIndexEventArgs
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
ItemIndex
Gets item index.
public int ItemIndex { get; }