Skybound AutoComplete

MeasureItemEventHandler Delegate

Represents the method that will handle the MeasureItem event of an AutoCompleteManager.

[Visual Basic]
Public Delegate Sub MeasureItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As MeasureItemEventArgs _
)
[C#]
public delegate void MeasureItemEventHandler(
   object sender,
   MeasureItemEventArgs e
);

Parameters

sender
The source of the event.
e
A MeasureItemEventArgs that contains the event data.

Requirements

Namespace: Skybound.AutoComplete

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

See Also

Skybound.AutoComplete Namespace