PendulumDots.OnUnlikeWPChanged(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.
Provides derived classes an opportunity to handle changes to the UnlikeWP property.
protected:
virtual void OnUnlikeWPChanged(bool oldUnlikeWP, bool newUnlikeWP);
protected virtual void OnUnlikeWPChanged (bool oldUnlikeWP, bool newUnlikeWP);
abstract member OnUnlikeWPChanged : bool * bool -> unit
override this.OnUnlikeWPChanged : bool * bool -> unit
Protected Overridable Sub OnUnlikeWPChanged (oldUnlikeWP As Boolean, newUnlikeWP As Boolean)
Parameters
- oldUnlikeWP
- Boolean
Old Value
- newUnlikeWP
- Boolean
New Value