Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerEventArgs Class / PointerEventArgs Constructor


In This Topic
    PointerEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal m As Message _
    )
    'Usage
     
    
    Dim m As Message
     
    Dim instance As New PointerEventArgs(m)
    public PointerEventArgs( 
       Message m
    )

    Parameters

    m
    See Also