Event DrawingText
Raised when the Text of the View is to be drawn.
public event EventHandler<DrawEventArgs>? DrawingText
Returns
- EventHandler<DrawEventArgs>
Set DrawEventArgs.Cancel to true to stop further drawing of Text.
Raised when the Text of the View is to be drawn.
public event EventHandler<DrawEventArgs>? DrawingText
Set DrawEventArgs.Cancel to true to stop further drawing of Text.