OrganizationServiceContext.OnBeginEntityTracking(Entity) Method

Definition

Virtual (Overridable) method called when entity tracking begins.

protected:
 virtual void OnBeginEntityTracking(Microsoft::Xrm::Sdk::Entity ^ entity);
protected virtual void OnBeginEntityTracking (Microsoft.Xrm.Sdk.Entity entity);
abstract member OnBeginEntityTracking : Microsoft.Xrm.Sdk.Entity -> unit
override this.OnBeginEntityTracking : Microsoft.Xrm.Sdk.Entity -> unit
Protected Overridable Sub OnBeginEntityTracking (entity As Entity)

Parameters

entity
Entity

The entity to be tracked by the OrganizationServiceContext.

Applies to

See also