Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / ScrolledEvent Field


In This Topic
    ScrolledEvent Field
    In This Topic
    Identifies the Scrolled routed event.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ScrolledEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = GcDropDownCalendar.ScrolledEvent
    public static readonly RoutedEvent ScrolledEvent

    Field Value

    The identifier of Scrolled routed event.
    See Also