LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WebImagePanViewer Class Events
See Also 
Leadtools.Web.Controls Namespace : WebImagePanViewer Class


"

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

"

Public Events

 NameDescription
public Event DataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
public Event DisposedOccurs 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 Event InitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
public Event LoadOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
public Event PreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
public Event PropertyChangedNotifies clients that a property value has changed.  
public Event UnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
Top

See Also