CustomSettingsControl.RaisePostDataChangedEvent method
Signals the server control to notify the ASP.NET application that the state of the control has changed.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public MustOverride Sub RaisePostDataChangedEvent
'Usage
Dim instance As CustomSettingsControl
instance.RaisePostDataChangedEvent()
public abstract void RaisePostDataChangedEvent()
Implements
IPostBackDataHandler.RaisePostDataChangedEvent()
See also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy namespace