TsgDrawingNavigator.OnPaint
OnPaint occurs when the control receives a Windows paint message.
property OnPaint: TNotifyEvent;
Description
Write an OnPaint event handler to draw the image of the control. The OnPaint event fires when the system repaints the TsgDrawingNavigator control. If there is a handler for this event, its code is executed when the OnPaint event fires.
Go to CAD VCL Enterprise