Removes focus from the mouse action.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub LostFocus ( _
diagramArgs As DiagramEventArgs _
)
'使用
Dim instance As MouseAction
Dim diagramArgs As DiagramEventArgs
instance.LostFocus(diagramArgs)
public void LostFocus(
DiagramEventArgs diagramArgs
)
public:
void LostFocus(
DiagramEventArgs^ diagramArgs
)
public function LostFocus(
diagramArgs : DiagramEventArgs
)
Parameters
diagramArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgsThe arguments for an 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.