CrmEntity.PropertyChanging Event
Applies To: Dynamics CRM 2013
Occurs when an attribute or relationship is set.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public event PropertyChangingEventHandler PropertyChanging
public:
event PropertyChangingEventHandler^ PropertyChanging {
virtual void add(PropertyChangingEventHandler^ value) sealed;
virtual void remove(PropertyChangingEventHandler^ value) sealed;
}
abstract PropertyChanging : IEvent<PropertyChangingEventHandler,
PropertyChangingEventArgs>
override PropertyChanging : IEvent<PropertyChangingEventHandler,
PropertyChangingEventArgs>
Public Event PropertyChanging As PropertyChangingEventHandler
Implements
INotifyPropertyChanging.PropertyChanging
See Also
CrmEntity Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top