Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollCompletedEventArgs Class / OriginalEventArgs Property

In This Topic
    OriginalEventArgs Property (C1ScrollCompletedEventArgs)
    In This Topic
    Gets the arguments of the original event which raised this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OriginalEventArgs As RoutedEventArgs
    public RoutedEventArgs OriginalEventArgs {get;}
    See Also