VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftControlMouseEventArgs Class / VintasoftControlMouseEventArgs Constructors / VintasoftControlMouseEventArgs Constructor(VintasoftMouseButtons,Int32,VintasoftKeys,VintasoftPoint)
Syntax Requirements SeeAlso
    VintasoftControlMouseEventArgs Constructor(VintasoftMouseButtons,Int32,VintasoftKeys,VintasoftPoint)
    Initializes a new instance of the VintasoftControlMouseEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal button
    The identifier of clicked mouse button.
    As VintasoftMouseButtons, _
    ByVal clicks
    The number of times the mouse button was pressed and released.
    As System.Int32, _
    ByVal keyboardModifierKeys
    State of the keyboard modifiers.
    As VintasoftKeys, _
    ByVal location
    The location of the mouse during the generating mouse event.
    As Vintasoft.Primitives.VintasoftPoint _
    )
     

    Parameters

    button
    The identifier of clicked mouse button.
    clicks
    The number of times the mouse button was pressed and released.
    keyboardModifierKeys
    State of the keyboard modifiers.
    location
    The location of the mouse during the generating mouse event.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also