ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollDeltaEventArgs Class


In This Topic
    C1ScrollDeltaEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see C1ScrollDeltaEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets the accumulated scroll.  
    Public PropertyGets the delta scroll.  
    Public PropertyGets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again. (Inherited from C1.Xaml.C1InputEventArgs)
    Public PropertyGets the arguments of the original event which raised this event. (Inherited from C1.Xaml.C1InputEventArgs)
    Public PropertyGets a reference to the object that raised the event. (Inherited from C1.Xaml.C1InputEventArgs)
    Public PropertyGets the type of pointer which performed the action. (Inherited from C1.Xaml.C1InputEventArgs)
    Top
    See Also