Compartilhar via


CrmOrganizationServiceContext.OnBeginEntityTracking Method (Entity)

 

Applies To: Dynamics CRM 2013

Method called when entity tracking begins. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

protected override void OnBeginEntityTracking(
    Entity entity
)
protected:
virtual void OnBeginEntityTracking(
    Entity^ entity
) override
override OnBeginEntityTracking : 
        entity:Entity -> unit
Protected Overrides Sub OnBeginEntityTracking (
    entity As Entity
)

Parameters

Remarks

Extends the core implementation of the OnBeginEntityTracking method.

See Also

CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)

Return to top