Click or drag to resize

WebThumbnailViewer Events

The WebThumbnailViewer type exposes the following members.

Events
  NameDescription
Public eventCenteredChanged
Fires when the Centered property changes.
(Inherited from WebViewerControl.)
Public eventCreateSessionId
Used to override the session id used by the control to generate cache file names. The default is the Session.Id of the page
(Inherited from WebViewerControl.)
Public eventCode exampleCreateUniquePageName
Used to override the default page name used by the control to generate file names in the cache. The default is the full pathname to the page hosting the control.
(Inherited from WebViewerControl.)
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDisposed
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 eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventPartialPost
Fires when the control receives post data from the client, without a full PostBack. Returns a string containing the posted data.
(Inherited from WebViewerControl.)
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventRemoteInvoke
Fires when the control is told to RemoteInvoke. Returns a string containing the remote method's return value.
(Inherited from WebViewerControl.)
Public eventScrollBarVisibilityChanged
Fires when the ScrollPort.ScrollBarVisibility property has changed.
(Inherited from WebViewerControl.)
Public eventScrollPositionChanged
Fires when the position of the scroll bars have changed.
(Inherited from WebViewerControl.)
Public eventSelectedIndexChanged
Fires when the selected thumbnail changes.
Public eventStreamThumbnailImage
Fires when a thumbnail image is requested by the browser.
Public eventThumbnailDrop
This event gets raised on the server side after completing a drag-drop in the thumbnail control on the client side.
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)
Public eventViewerIDChanged
Fires when the viewer ID changes.
Top
See Also