The event handler receives an argument of type EnterCellEventArgs containing data related to this event. The following EnterCellEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the column index of the cell being entered. |
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Row | Gets the row index of the cell being entered. |
Source | (Inherited from System.Windows.RoutedEventArgs) |
Worksheet | Gets the worksheet of the cell being entered. |