MobileUserControl Events

  Name Description
Public event AbortTransaction  Occurs when a user ends a transaction. (inherited from TemplateControl)
Public event CommitTransaction  Occurs when a transaction completes. (inherited from TemplateControl)
Public event DataBinding  Occurs when the server control binds to a data source. (inherited from Control)
Public event Disposed  Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (inherited from Control)
Public event Error  Occurs when an unhandled exception is thrown. (inherited from TemplateControl)
Public event Init  Occurs when the server control is initialized, which is the first step in its lifecycle. (inherited from Control)
Public event Load  Occurs when the server control is loaded into the Page object. (inherited from Control)
Public event PreRender  Occurs after the Control object is loaded but prior to rendering. (inherited from Control)
Public event Unload  Occurs when the server control is unloaded from memory. (inherited from Control)
Top

Community Additions

ADD
Show: