OrganizationServiceContext.OnBeginEntityTracking(Entity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.