共用方式為


SPItemEventReceiver constructor

初始化SPItemEventReceiver類別的新執行個體。

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

Syntax

'宣告
Public Sub New
'用途

Dim instance As New SPItemEventReceiver()
public SPItemEventReceiver()

備註

這個類別不會直接建立。這個建構函式只應該由衍生類別的宣告行上使用base()呼叫。

這個類別提供的預設實作的所有清單項目事件。清單項目事件接收器應該繼承自SPItemEventReceiver ,而覆寫適當的事件方法。

請參閱

參照

SPItemEventReceiver class

SPItemEventReceiver members

Microsoft.SharePoint namespace

其他資源

Creating a Basic Event Handler