ScriptManager.RaisePostDataChangedEvent Method

Definition

Raises events for the ScriptManager control when it posts back to the server.

protected:
 virtual void RaisePostDataChangedEvent();
protected virtual void RaisePostDataChangedEvent ();
abstract member RaisePostDataChangedEvent : unit -> unit
override this.RaisePostDataChangedEvent : unit -> unit
Protected Overridable Sub 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.

Applies to

See also