Occurs when the user moves the mouse.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Event MouseMove As DiagramMouseEventHandler
'使用
Dim instance As ShapeElement
Dim handler As DiagramMouseEventHandler
AddHandler instance.MouseMove, handler
public event DiagramMouseEventHandler MouseMove
public:
event DiagramMouseEventHandler^ MouseMove {
void add (DiagramMouseEventHandler^ value);
void remove (DiagramMouseEventHandler^ value);
}
JScript does not support events.
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.