Occurs just before the text is displayed in the control.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Event UserDrawnText As dbiMeter.EventUserDrawnTextHandler |
| C# | |
|---|
public event dbiMeter.EventUserDrawnTextHandler UserDrawnText |
Event Data
The event handler receives an argument of type UserDrawnTextEventArgs containing data related to this event. The following UserDrawnTextEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Percent | The current percentage complete represented in the control. |
| Text | The text that will be displayed inside the control |
Remarks
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also