MouseAction.OnDiagramGotFocus Method

Alerts listeners that the diagram has the focus.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Protected Overridable Sub OnDiagramGotFocus ( _
    e As DiagramEventArgs _
)
'使用
Dim e As DiagramEventArgs

Me.OnDiagramGotFocus(e)
protected virtual void OnDiagramGotFocus(
    DiagramEventArgs e
)
protected:
virtual void OnDiagramGotFocus(
    DiagramEventArgs^ e
)
protected function OnDiagramGotFocus(
    e : DiagramEventArgs
)

Parameters

Permissions

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace