EntityEditor.RaisePostDataChangedEvent method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overridable Sub RaisePostDataChangedEvent
'Usage
Dim instance As EntityEditor
instance.RaisePostDataChangedEvent()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public virtual void RaisePostDataChangedEvent()
Implements
IPostBackDataHandler.RaisePostDataChangedEvent()