WinFormsOBPartBase.FlushCore method
Prepares the external data part for an upcoming SaveCore() operation or an IsDirtyCore check.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Overrides Sub FlushCore
'Usage
Me.FlushCore()
protected override void FlushCore()
Remarks
The following are examples for when to call this method:
Before an IsDirtyCore check, which happens when the dialog or the Microsoft Office UI that displays this external data part is being closed.
Before a SaveCore() operation, which happens when the user explicitly saves the individual external data part or the Microsoft Office item that displays this external data part.