BaseShellItem.OnTabStopPropertyChanged(Boolean, Boolean) Método

Definición

Se le llama cada vez que la propiedad IsTabStop se ve modificada.

protected virtual void OnTabStopPropertyChanged (bool oldValue, bool newValue);
abstract member OnTabStopPropertyChanged : bool * bool -> unit
override this.OnTabStopPropertyChanged : bool * bool -> unit

Parámetros

oldValue
Boolean

Valor ISTabStop anterior.

newValue
Boolean

Valor ISTabStop nuevo.

Se aplica a