Chart.OnCursorChanged(EventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Substitue la méthode OnCursorChanged(EventArgs) et déclenche les événements CursorPositionChanging et CursorPositionChanged.
protected:
override void OnCursorChanged(EventArgs ^ e);
protected override void OnCursorChanged(EventArgs e);
override this.OnCursorChanged : EventArgs -> unit
Protected Overrides Sub OnCursorChanged (e As EventArgs)