FarPoint.Win.Spread
PaintGrayAreaEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : PaintGrayAreaEventArgs Class


Represents the event data for the PaintGrayArea event for the Spread component

Syntax

Visual Basic (Declaration) 
Public Class PaintGrayAreaEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As PaintGrayAreaEventArgs
C# 
public class PaintGrayAreaEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.PaintGrayAreaEventArgs

See Also