Version

MeasureValueListItem Event

Fired when a ValueListItem is measured
Syntax
'Declaration
 
Public Event MeasureValueListItem As MeasureValueListItemEventHandler
public event MeasureValueListItemEventHandler MeasureValueListItem
Event Data

The event handler receives an argument of type MeasureValueListItemEventArgs containing data related to this event. The following MeasureValueListItemEventArgs properties provide information specific to this event.

PropertyDescription
DoDefaultMeasuring Gets/sets whether the ValueListItem is being custom measured
MeasureItemEventArgs The DrawItemEventArgs associated with this draw operation
ResolvedAppearance Gets/sets the resolved Appearance that will be applied to the ValueListItem when it is custom drawn.
ValueListItem The ValueListItem that will be drawn
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also