BaseShellItem.OnTabStopPropertyChanged(Boolean, Boolean) 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 whenever the IsTabStop property changes.
protected virtual void OnTabStopPropertyChanged (bool oldValue, bool newValue);
abstract member OnTabStopPropertyChanged : bool * bool -> unit
override this.OnTabStopPropertyChanged : bool * bool -> unit
Parameters
- oldValue
- System.Boolean
Old IsTabStop value.
- newValue
- System.Boolean
New IsTabStop value.