NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageButton.RaisePostDataChangedEvent

Method of IPostBackDataHandler interface which is invoked whenever posted data for a control has changed. Specific controls may fire change events.

[Visual Basic]
Overridable Public Sub RaisePostDataChangedEvent()
[C#]
public virtual void RaisePostDataChangedEvent();
[C++]
public: virtual void RaisePostDataChangedEvent();
[JScript]
public function RaisePostDataChangedEvent();

See Also

ImageButton Class | ImageButton Members | System.Web.UI.WebControls Namespace