Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EnterCellEventArgs Class
Members


In This Topic
    EnterCellEventArgs Class
    In This Topic
    Represents the event data for the EnterCell event for the GcSpreadSheet component; occurs when the focus enters a cell.
    Object Model
    EnterCellEventArgs Class
    Syntax
    'Declaration
     
    Public Class EnterCellEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As EnterCellEventArgs
    public class EnterCellEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.UI.EnterCellEventArgs

    See Also