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

    Parameters

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