Share via


ApplicationControl.CompleteLast Event

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The name of a server-side function to be executed when the CompleteLast event is raised.

Namespace: Microsoft.Speech.Web.UI
Assembly: Microsoft.Speech.Web (in microsoft.speech.web.dll)

Syntax

'Declaration
<SRCategoryAttribute("Category_Speech")> _
<SRDescriptionAttribute("All_CompleteLastEvent")> _
Public Event CompleteLast As EventHandler
[SRCategoryAttribute("Category_Speech")] 
[SRDescriptionAttribute("All_CompleteLastEvent")] 
public event EventHandler CompleteLast

Remarks

The CompleteLast event is raised after the OnClientCompleteLast function has executed if AutoPostBack is True. If AutoPostBack is False, the CompleteLast event is raised at the next postback.

The event handler receives an argument of type System.EventArgs.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

ApplicationControl Class
ApplicationControl Members
Microsoft.Speech.Web.UI Namespace