Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreatePolypathTool Class / VerifyAddPointMouseEvent Method
add point mouse event


In This Topic
    VerifyAddPointMouseEvent Method
    In This Topic
    Verifies the specified new add point mouse event and throws an exception if it is not valid
    Syntax
    'Declaration
     
    
    Protected Overridable Sub VerifyAddPointMouseEvent( _
       ByVal mouseEvent As MouseEvent _
    ) 
    'Usage
     
    
    Dim instance As NCreatePolypathTool
    Dim mouseEvent As MouseEvent
     
    instance.VerifyAddPointMouseEvent(mouseEvent)
    protected virtual void VerifyAddPointMouseEvent( 
       MouseEvent mouseEvent
    )

    Parameters

    mouseEvent
    add point mouse event
    Remarks
    Will throw an exception if the mouse event is MouseMove, Unrecognized or equal to the EndMouseEvent
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also