Version 23.1 (latest)

WebImageViewer Class Events

For a list of all members of this type, see WebImageViewer members.

Public Events
 NameDescription
Public EventCallingDataMethodsOccurs when data methods are being called. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public EventCreatingModelDataSourceOccurs when the System.Web.UI.WebControls.ModelDataSource object is being created. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public EventDataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
Public EventDataBoundOccurs after the server control binds to a data source. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public EventDisposedOccurs 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 System.Web.UI.Control)
Public EventInitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
Public EventItemAddedOccurs when an ImageItem is added on the Client.  
Public EventItemBoundEvent fired whenever an Item is bound to a datasource record.  
Public EventItemInsertedOccurs when an ImageItem is inserted on the Client.  
Public EventItemRemovedOccurs when an ImageItem is removed on the Client.  
Public EventLoadOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
Public EventPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
Public EventSelectedIndexChangedOccurs when the Selected ImageItem changes between posts to the server.  
Public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
See Also