BusinessDataFieldEditor.OnSaveChange Method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub OnSaveChange ( _
    field As SPField, _
    bNewField As Boolean _
)
'Usage
Dim instance As BusinessDataFieldEditor
Dim field As SPField
Dim bNewField As Boolean

instance.OnSaveChange(field, bNewField)
public void OnSaveChange(
    SPField field,
    bool bNewField
)

Parameters

Implements

IFieldEditor.OnSaveChange(SPField, Boolean)

See Also

Reference

BusinessDataFieldEditor Class

BusinessDataFieldEditor Members

Microsoft.SharePoint.Portal.WebControls Namespace