Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / EnterCellEventArgs Class
Members


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

    System.Object
       System.EventArgs
          System.Windows.RoutedEventArgs
             GrapeCity.Wpf.SpreadSheet.EnterCellEventArgs

    See Also