MouseAction.OnDiagramGotFocus Method

Alerts listeners that the diagram has the focus.

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

Syntax

'Declaration
Protected Overridable Sub OnDiagramGotFocus ( _
    e As DiagramEventArgs _
)
protected virtual void OnDiagramGotFocus(
    DiagramEventArgs e
)
protected:
virtual void OnDiagramGotFocus(
    DiagramEventArgs^ e
)
abstract OnDiagramGotFocus : 
        e:DiagramEventArgs -> unit  
override OnDiagramGotFocus : 
        e:DiagramEventArgs -> unit
protected function OnDiagramGotFocus(
    e : DiagramEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace