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
- field
Type: Microsoft.SharePoint.SPField
- bNewField
Type: System.Boolean
Implements
IFieldEditor.OnSaveChange(SPField, Boolean)