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


Represents the event data for the EnterCell event for the Spread component, which occurs when the focus enters a cell.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.EnterCellEventArgs

See Also