Table of Contents

Event CustomItemText

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

Occurs when controls needs to get string representation of the item for the display or other purposes. Called from GetItemText(int).

public event EventHandler<GetItemTextEventArgs>? CustomItemText

Returns

EventHandler<GetItemTextEventArgs>
Occurs when controls needs to get string representation of the item for the display or other purposes. Called from .