Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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)