'Declaration
Public Event PaintGrayArea As PaintGrayAreaEventHandler
'Usage
Dim instance As FpSpread Dim handler As PaintGrayAreaEventHandler AddHandler instance.PaintGrayArea, handler
public event PaintGrayAreaEventHandler PaintGrayArea
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.
Property | Description |
---|---|
DrawRectangle | Gets or sets the rectangle area representing the gray area. |
Graphics | Gets or sets the graphics device that handles the gray area. |
See Also