Share via


BusinessDataFieldEditor.OnSaveChange method

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

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.WebControls namespace