MouseAction.OnDiagramGotFocus(DiagramEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a GotFocus event has been dispatched to this MouseAction.
protected:
virtual void OnDiagramGotFocus(Microsoft::VisualStudio::Modeling::Diagrams::DiagramEventArgs ^ e);
protected virtual void OnDiagramGotFocus (Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs e);
abstract member OnDiagramGotFocus : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs -> unit
override this.OnDiagramGotFocus : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs -> unit
Protected Overridable Sub OnDiagramGotFocus (e As DiagramEventArgs)
Parameters
A DiagramEventArgs that contains event data.