WebUpdateDisplay.OnDownloadUpdateButtonClick Method
Raises the DownloadUpdateButtonClick event.
[Visual Basic]
Overridable Protected Sub OnDownloadUpdateButtonClick( _
ByVal e As EventArgs _
)
[C#]
virtual protected void OnDownloadUpdateButtonClick(
EventArgs e
);
Parameters
e
The EventArgs instance containing the event data.
See Also
WebUpdateDisplay Class | WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace