WorkflowViewElement.OnShowExpandedChanged(Boolean) 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.
Appelée lorsque la propriété d’affichage développé est modifiée.
protected:
virtual void OnShowExpandedChanged(bool newValue);
protected virtual void OnShowExpandedChanged (bool newValue);
abstract member OnShowExpandedChanged : bool -> unit
override this.OnShowExpandedChanged : bool -> unit
Protected Overridable Sub OnShowExpandedChanged (newValue As Boolean)
Paramètres
- newValue
- Boolean
true pour indiquer que la valeur de la propriété d'affichage développé a été modifiée ; sinon, false.
Remarques
Il n'y a pas d'implémentation par défaut.