MouseAction.Scrolled(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 by the DiagramClientView to dispatch a Scrolled event to this MouseAction.
public:
void Scrolled(Microsoft::VisualStudio::Modeling::Diagrams::DiagramEventArgs ^ diagramArgs);
public void Scrolled (Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs diagramArgs);
member this.Scrolled : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs -> unit
Public Sub Scrolled (diagramArgs As DiagramEventArgs)
Parameters
- diagramArgs
- DiagramEventArgs
A DiagramEventArgs that contains event data.