Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / EnterCellEvent Field


In This Topic
    EnterCellEvent Field
    In This Topic
    Identifies theEnterCell routed event
    Syntax
    'Declaration
     
    Public Shared ReadOnly EnterCellEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = GcSpreadSheet.EnterCellEvent
    public static readonly RoutedEvent EnterCellEvent
    See Also