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