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


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

    Parameters

    mouseEvent
    end 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