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

Method used to raise the Click event.

[Visual Basic]
Overridable Protected Sub OnClick( _
   ByVal e As ImageClickEventArgs _
)
[C#]
protected virtual void OnClick(
   ImageClickEventArgs e
);
[C++]
protected: virtual void OnClick(
   ImageClickEventArgs* e
);
[JScript]
protected function OnClick(
   e : ImageClickEventArgs
);

Parameters

e
[To be supplied.]

See Also

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