Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintGrayArea Event


PaintGrayArea Event
Occurs when the gray area needs painting.
Syntax
'Declaration
 
Public Event PaintGrayArea As PaintGrayAreaEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As PaintGrayAreaEventHandler
 
AddHandler instance.PaintGrayArea, handler
Event Data

The event handler receives an argument of type PaintGrayAreaEventArgs containing data related to this event. The following PaintGrayAreaEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the rectangle area representing the gray area.  
Gets or sets the graphics device that handles the gray area.  
See Also