Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintGrayArea Event


In This Topic
    PaintGrayArea Event
    In This Topic
    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
    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.

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