Performs actions for derived classes when the user rotates the mouse wheel.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub MouseWheel ( _
mouseArgs As DiagramMouseEventArgs _
)
'使用
Dim instance As MouseAction
Dim mouseArgs As DiagramMouseEventArgs
instance.MouseWheel(mouseArgs)
public void MouseWheel(
DiagramMouseEventArgs mouseArgs
)
public:
void MouseWheel(
DiagramMouseEventArgs^ mouseArgs
)
public function MouseWheel(
mouseArgs : DiagramMouseEventArgs
)
Parameters
mouseArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgsThe arguments for a mouse event that occurs over the diagram.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.