C1.Maui.Core Assembly / C1.Maui.Core Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor
The C1.WinUI.Core.C1InputEventArgs instance containing the event data.
In This Topic
C1TappedEventArgs Constructor
In This Topic
Initializes a new instance of the C1TappedEventArgs class.
Syntax
public C1TappedEventArgs( 
   C1.WinUI.Core.C1InputEventArgs originalArgs
)

Parameters

originalArgs
The C1.WinUI.Core.C1InputEventArgs instance containing the event data.
See Also