Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Handles the MouseActionDeactivated event of a MouseAction.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Delegate Sub MouseActionDeactivatedEventHandler ( _
sender As Object, _
e As DiagramEventArgs _
)
public delegate void MouseActionDeactivatedEventHandler(
Object sender,
DiagramEventArgs e
)
public delegate void MouseActionDeactivatedEventHandler(
Object^ sender,
DiagramEventArgs^ e
)
type MouseActionDeactivatedEventHandler =
delegate of
sender:Object *
e:DiagramEventArgs -> unit
JScript does not support delegates.
Parameters
sender
Type: ObjectThe MouseAction.