PendulumDots.OnUnlikeWPChanged Method (Boolean, Boolean)
Applies To: Dynamics CRM 2015
Provides derived classes an opportunity to handle changes to the UnlikeWP property.
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
protected virtual void OnUnlikeWPChanged(
bool oldUnlikeWP,
bool newUnlikeWP
)
protected:
virtual void OnUnlikeWPChanged(
bool oldUnlikeWP,
bool newUnlikeWP
)
abstract OnUnlikeWPChanged :
oldUnlikeWP:bool *
newUnlikeWP:bool -> unit
override OnUnlikeWPChanged :
oldUnlikeWP:bool *
newUnlikeWP:bool -> unit
Protected Overridable Sub OnUnlikeWPChanged (
oldUnlikeWP As Boolean,
newUnlikeWP As Boolean
)
Parameters
oldUnlikeWP
Type: System.BooleanOld Value
newUnlikeWP
Type: System.BooleanNew Value
See Also
PendulumDots Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright