BeforeRenderObjectEvent Members

Provides data for the BeforeRenderObject event.

The following tables list the members exposed by the BeforeRenderObjectEvent type.

Public Properties

Property Description
Public property Object  Gets or sets the cached report object. This can be a FieldObject, TextObject, GraphObject, and so on.
Public property OnBlurHandler  Gets or sets the JavaScript code that is executed when the contents of an object are made to appear out of focus. The code is cached on the client in the HTML page.
Public property OnClickHandler  Gets or sets the JavaScript code that is executed when an object is clicked. The code is cached on the client in the HTML page.
Public property OnContextMenuHandler  Gets or sets the JavaScript code that is executed when the context menu is displayed. The code is cached on the client in the HTML page.
Public property OnDBClickHandler  Gets or sets the JavaScript code that is executed when an object is double-clicked. The code is cached on the client in the HTML page.
Public property OnDragEndHandler  Gets or sets the JavaScript code that is executed at the end of a drag operation. The code is cached on the client in the HTML page.
Public property OnDragEnterHandler  Gets or sets the JavaScript code that is executed when an object is dragged into the controls bounds. The code is cached on the client in the HTML page.
Public property OnDragHandler  Gets or sets the JavaScript code that is executed during a drag operation. The code is cached on the client in the HTML page.
Public property OnDragLeaveHandler  Gets or sets the JavaScript code that is executed when an object is dragged out of the controls bounds. The code is cached on the client in the HTML page.
Public property OnDragOverHandler  Gets or sets the JavaScript code that is executed when a control is being dragged over a target object. The code is cached on the client in the HTML page.
Public property OnDragStartHandler  Gets or sets the JavaScript code that is executed at the start of a drag operation. The code is cached on the client in the HTML page.
Public property OnDropHandler  Gets or sets the JavaScript code that is executed when the drag and drop operation is complete. The code is cached on the client in the HTML page.
Public property OnFocusHandler  Gets or sets the JavaScript code that is executed when the object receives focus. The code is cached on the client in the HTML page.
Public property OnFocusInHandler  Gets or sets the JavaScript code that is executed just prior to the object receiving focus. The code is cached on the client in the HTML page.
Public property OnFocusOutHandler  Gets or sets the JavaScript code that is executed immediately after the object loses focus. The code is cached on the client in the HTML page.
Public property OnKeyDownHandler  Gets or sets the JavaScript code that is executed when an alphanumeric key is pressed. The code is cached on the client in the HTML page.
Public property OnKeyPressHandler  Gets or sets the JavaScript code that is executed when a key is pressed. The code is cached on the client in the HTML page.
Public property OnKeyUpHandler  Gets or sets the JavaScript code that is executed when a key is released. The code is cached on the client in the HTML page.
Public property OnMouseDownHandler  Gets or sets the JavaScript code that is executed when an object is clicked with either mouse button. The code is cached on the client in the HTML page.
Public property OnMouseEnterHandler  Gets or sets the JavaScript code that is executed when the mouse pointer is moved into the boundaries of an object. The code is cached on the client in the HTML page.
Public property OnMouseLeaveHandler  Gets or sets the JavaScript code that is executed when the mouse pointer is moved outside of the boundaries of an object. The code is cached on the client in the HTML page.
Public property OnMouseMoveHandler  Gets or sets the JavaScript code that is executed when the mouse pointer is moved over an object. The code is cached on the client in the HTML page.
Public property OnMouseOutHandler  Gets or sets the JavaScript code that is executed when the mouse pointer is moved outside of the boundaries of an object. The code is cached on the client in the HTML page.
Public property OnMouseOverHandler  Gets or sets the JavaScript code that is executed when the mouse pointer is moved into an object. The code is cached on the client in the HTML page.
Public property OnMouseUpHandler  Gets or sets the JavaScript code that is executed when either mouse button is released over an object. The code is cached on the client in the HTML page.
Public property OnSelectHandler  Gets or sets the JavaScript code that is executed when the current selection changes. The code is cached on the client in the HTML page.
Public property OnSelectionChangeHandler  Gets or sets the JavaScript code that is executed when the selection state of the document changes. The code is cached on the client in the HTML page.
Public property OnSelectStartHandler  Gets or sets the JavaScript code that is executed when the object is being selected. The code is cached on the client in the HTML page.
Public property OnStopHandler  Gets or sets the JavaScript code that is executed when the user clicks the stop button or leaves the web page. The code is cached on the client in the HTML page.

Top

See Also

Reference

CrystalDecisions.Web.HtmlReportRender Namespace