WebUpdateDisplay.OnApplyUpdateButtonClick Method

Raises the ApplyUpdateButtonClick event.

[Visual Basic]

Overridable Protected Sub OnApplyUpdateButtonClick( _

ByVal e As EventArgs _

)

[C#]

virtual protected void OnApplyUpdateButtonClick(

EventArgs e

);

Parameters

e

The EventArgs instance containing the event data.

See Also

WebUpdateDisplay Class | WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace