DrawingRepainted
EventDrawingRepainted (Event)
This event occurs when the current drawing in the window is repainted and returns the handles of the objects that have been repainted
Syntax:
Private Sub object_DrawingRepainted(Sender As System.Object, e As DrawingRepaintedEventArgs)
The DrawingRepainted event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e.pHandles() |
Integer |
The handles of the objects that have been regenerated |