Event CustomItemText
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 .