Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreatePolypathTool Class / VerifyNewEndMouseEvent Method
end mouse event


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

    Parameters

    mouseEvent
    end mouse event
    Remarks
    Overriden to throw an exception if the end mouse event is equal to the add point mouse event
    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