Table of Contents

Class MeasureItemEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides data for the measure item events.

public class MeasureItemEventArgs : BaseEventArgs
Inheritance
MeasureItemEventArgs

Constructors

MeasureItemEventArgs(Graphics, int)

Initializes a new instance of the MeasureItemEventArgs class.

MeasureItemEventArgs(Graphics, int, int)

Initializes a new instance of the MeasureItemEventArgs class providing a parameter for the item height.

Properties

Graphics

Gets the Graphics object to measure against.

Index

Gets or sets the index of the item for which the height and width is needed.

ItemHeight

Gets or sets the height of the item specified by the Index.

ItemWidth

Gets or sets the width of the item specified by the Index.