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


In This Topic
    C1InputEventArgs Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    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.  
    Public PropertyGets the arguments of the original event which raised this event.  
    Public PropertyGets a reference to the object that raised the event.  
    Public PropertyGets the type of pointer which performed the action.  
    Top
    See Also