CrmOrganizationServiceContext.OnBeginEntityTracking Method (Entity)

 

Applies To: Dynamics CRM 2015

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 2015
Developer extensions context object model (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright