PendulumDots.OnUnlikeWPChanged(Boolean, Boolean) Method

Definition

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

Applies to