Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / LeaveCellEventArgs Class
Properties

In This Topic
    LeaveCellEventArgs Class Members
    In This Topic

    The following tables list the members exposed by LeaveCellEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new object with the LeaveCell event arguments.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether to cancel the cell navigation.  
    Public PropertyGets the column index of the cell being left.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets the column index of the cell being entered.  
    Public PropertyGets the row index of the cell being entered.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets the row index index of the cell being left.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets the worksheet of the cell being left.  
    Top
    See Also