WebAnnotationViewer Events |
The WebAnnotationViewer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationCreated | Raised when an annotation is created by the user. |
![]() | AnnotationsModified |
Fires when annotations are modified from the browser.
|
![]() | CenteredChanged | Fires when the Centered property changes. (Inherited from WebViewerControl.) |
![]() | ChangedImage | Fires when pixel data in the current image changes without setting a new image. (Inherited from WebImageViewer.) |
![]() | CreateSessionId | 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.) |
![]() ![]() | CreateUniquePageName | 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.) |
![]() | DataBinding | Occurs when the server control binds to a data source. (Inherited from Control.) |
![]() | DefaultAnnotationsChanged |
Fires when the DefaultAnnotationsCollection has changed, but only after the control has been initially rendered.
|
![]() | 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.) |
![]() | ImageChanged | Fires when the Image has changed. (Inherited from WebImageViewer.) |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control.) |
![]() | Load | Occurs when the server control is loaded into the Page object. (Inherited from Control.) |
![]() | NewImage | Obsolete. Fires when this Workspace is set to a new current image. (Obsolete.) (Inherited from WebImageViewer.) |
![]() | PartialPost |
Fires when the control receives post data from the client, without a full PostBack. Returns a string containing the posted data.
(Inherited from WebViewerControl.) |
![]() | PreRender | Occurs after the Control object is loaded but prior to rendering. (Inherited from Control.) |
![]() | Progress | Fires while an image is being processed, loaded, or saved. (Inherited from WebImageViewer.) |
![]() | RemoteInvoke | Fires when the control is told to RemoteInvoke. Returns a string containing the remote method's return
value. (Inherited from WebViewerControl.) |
![]() | ResizeImageForZoom |
Fires when the control is going to resize an image to give the user a chance to resize.
(Inherited from WebImageViewer.) |
![]() | ScrollBarVisibilityChanged | Fires when the ScrollPort.ScrollBarVisibility property has changed. (Inherited from WebViewerControl.) |
![]() | ScrollPositionChanged | Fires when the position of the scroll bars have changed. (Inherited from WebViewerControl.) |
![]() | SelectionChanged | Fires when the selection has been moved or changed. (After PostBack) (Inherited from WebImageViewer.) |
![]() | StreamTile |
Fires when a tile is requested and allows the handler to provide it.
(Inherited from WebImageViewer.) |
![]() | StreamViewImage | Fires only when the viewable portion of the image is streamed to the RichClient. In order for this event
to fire properly, the EnableClientEvents property must be set to true. (Inherited from WebImageViewer.) |
![]() | TileStreamed |
Fires when a tile has been streamed to the response and allows the handler to cache it.
(Inherited from WebImageViewer.) |
![]() | Unload | Occurs when the server control is unloaded from memory. (Inherited from Control.) |