SPItemEventReceiver.ItemCheckingIn Method (Microsoft.SharePoint)
Synchronous Before event that occurs as a file is being checked in.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Overridable Sub ItemCheckingIn ( _
    properties As SPItemEventProperties _
)
Visual Basic (Usage)
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties

instance.ItemCheckingIn(properties)
C#
public virtual void ItemCheckingIn (
    SPItemEventProperties properties
)

Parameters

properties
Remarks

After the ItemCheckingIn event occurs, the >ItemUpdating event always occurs.

See Also

Tags :


Page view tracker