CompleteLast Event for French (Canada)
The name of a server-side function to be executed when the CompleteLast event is raised.
Event Data
The event handler receives an argument of type System.EventArgs.
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 signature of an EventHandler is:
void EventHandler ( object sender ,EventArgs e )
{
// Server-side code referenced by EventHandler
}
Parameters
- sender
The server-side ApplicationControl object. - e
An empty EventArgs object.
See Also
ApplicationControl Class | ApplicationControl Constructor | ApplicationControl Members | ApplicationControl Properties | ApplicationControl Methods | ApplicationControl Events | ApplicationControl Remarks