Raises events for the ScriptManager control when it posts back to the server.
Syntax
CSharp
protected virtual void RaisePostDataChangedEvent ()
VisualBasic
Protected Overridable Sub RaisePostDataChangedEvent
ManagedCPlusPlus
protected:
virtual void RaisePostDataChangedEvent ()
JSharp
protected void RaisePostDataChangedEvent ()
Remarks
The RaisePostDataChangedEvent() method is primarily used by control developers to extend the functionality of the ScriptManager control. For the default implementation of the ScriptManager control, no events are raised.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)