[This is preliminary documentation and is subject to change.]
Specifies a method called after a delete operation.
Namespace:
CWR.MSCRM.Mobile.Client.BLAssembly: CWR.MSCRM.Mobile.Client.Sdk (in CWR.MSCRM.Mobile.Client.Sdk.dll)
Version: 4.0.0.7
Syntax
| C# |
|---|
public virtual void PostDelete( CalloutEntityContext entityContext, DynamicEntity preImageEntityProperties ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub PostDelete ( _ entityContext As CalloutEntityContext, _ preImageEntityProperties As DynamicEntity _ ) |
Parameters
- entityContext
- Type: CWR.MSCRM.Mobile.Client.BL..::.CalloutEntityContext
Contains information about the entity on which the delete operation was performed.
- preImageEntityProperties
- Type: DynamicEntity
Dictionary containing the properties of the entity before the delete operation was performed.
