|
![]() |
Mouse up handler.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Overridable Function MouseUp ( _ view As View, _ modifiers As KeyModifiers, _ button As UShort, _ x As Integer, _ y As Integer, _ timeOffset As Double _ ) As Boolean |
C# |
---|
public virtual bool MouseUp( View view, KeyModifiers modifiers, ushort button, int x, int y, double timeOffset ) |
Visual C++ |
---|
public: virtual bool MouseUp( View^ view, KeyModifiers modifiers, unsigned short button, int x, int y, double timeOffset ) |
Parameters
- view
- Type: Autodesk.Navisworks.Api..::..View
- modifiers
- Type: Autodesk.Navisworks.Api..::..KeyModifiers
- button
- Type: System..::..UInt16
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
- timeOffset
- Type: System..::..Double