Share via


SPItemEventReceiver.ItemUncheckingOut-Methode

Behandelt das synchrone Ereignis, das auftritt, bevor ein Element Auschecken verworfen wird.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub ItemUncheckingOut ( _
    properties As SPItemEventProperties _
)
'Usage
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties

instance.ItemUncheckingOut(properties)
public virtual void ItemUncheckingOut(
    SPItemEventProperties properties
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

properties ist Null .

Siehe auch

Referenz

SPItemEventReceiver Klasse

SPItemEventReceiver-Member

Microsoft.SharePoint-Namespace