共用方式為


SPFormContext.OnSaveHandler property

取得或設定回呼的事件處理常式,在按下表單中的 [儲存] 按鈕時。

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

Syntax

'宣告
Public Property OnSaveHandler As EventHandler
    Get
    Set
'用途
Dim instance As SPFormContext
Dim value As EventHandler

value = instance.OnSaveHandler

instance.OnSaveHandler = value
public EventHandler OnSaveHandler { get; set; }

Property value

Type: System.EventHandler
事件處理常式中。

備註

OnSaveHandler屬性所指定的事件處理常式會覆寫預設的儲存行為。

請參閱

參照

SPFormContext class

SPFormContext members

Microsoft.SharePoint namespace