SPItemEventReceiver.ItemFileConverted method
SharePoint 2013
Handles the asynchronous event that occurs after a file in a document library is converted from one type to another.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration Public Overridable Sub ItemFileConverted ( _ properties As SPItemEventProperties _ ) 'Usage Dim instance As SPItemEventReceiver Dim properties As SPItemEventProperties instance.ItemFileConverted(properties)
Parameters
- properties
- Type: Microsoft.SharePoint.SPItemEventProperties
The properties of the event handler.
| Exception | Condition |
|---|---|
| ArgumentNullException | properties is null . |
For more information about converting document types, see Document Conversion and Versioning and Converted Documents.