Skybound AutoComplete

MeasureItemEventArgs Class

Provides data for the MeasureItemEventHandler event.

For a list of all members of this type, see MeasureItemEventArgs Members.

System.Object
   System.EventArgs
      Skybound.AutoComplete.AutoCompleteEventArgs
         Skybound.AutoComplete.MeasureItemEventArgs
            Skybound.AutoComplete.DrawItemEventArgs

[Visual Basic]
Public Class MeasureItemEventArgs
    Inherits AutoCompleteEventArgs
[C#]
public class MeasureItemEventArgs : AutoCompleteEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The MeasureItem event is raised by the AutoCompleteManager component when an item is measured. When you handle the MeasureItem event, you should set the value of the ItemHeight property before you leave the event handler to specify the height of the item.

Requirements

Namespace: Skybound.AutoComplete

Assembly: Skybound.AutoComplete (in Skybound.AutoComplete.dll)

See Also

MeasureItemEventArgs Members | Skybound.AutoComplete Namespace