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.RaisePostBackEvent

Method of IPostBackEventHandler interface to raise events on post back. Image fires an OnClick event.

[Visual Basic]
Overridable Public Sub RaisePostBackEvent( _
   ByVal eventArgument As String _
)
[C#]
public virtual void RaisePostBackEvent(
   string eventArgument
);
[C++]
public: virtual void RaisePostBackEvent(
   String* eventArgument
);
[JScript]
public function RaisePostBackEvent(
   eventArgument : String
);

Parameters

eventArgument
[To be supplied.]

See Also

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