XRCrossTabCellScripts Properties
Contains the names of the scripts assigned to XRCrossTabCell.| Name | Description |
|---|---|
| OnAfterPrint | Gets or sets the name of the script used to handle the XRControl.AfterPrint event. Inherited from XRControlEvents. |
| OnBeforePrint | Gets or sets the name of the script used to handle the XRCrossTabCell.BeforePrint event. |
| OnDraw | Gets or sets the name of the script used to handle the XRControl.Draw event. Inherited from XRControlEvents. |
| OnEvaluateBinding | Gets or sets the name of the script used to handle the XRControl.EvaluateBinding event. Inherited from XRControlEvents. |
| OnHtmlItemCreated | Gets or sets the name of the script used to handle the XRControl.HtmlItemCreated event. Inherited from XRControlEvents. |
| OnPreviewClick | Gets or sets the name of the script used to handle the XRControl.PreviewClick event. Inherited from XRControlEvents. |
| OnPreviewDoubleClick | Gets or sets the name of the script used to handle the XRControl.PreviewDoubleClick event. Inherited from XRControlEvents. |
| OnPreviewMouseDown | Gets or sets the name of the script used to handle the XRControl.PreviewMouseDown event. Inherited from XRControlEvents. |
| OnPreviewMouseMove | Gets or sets the name of the script used to handle the XRControl.PreviewMouseMove event. Inherited from XRControlEvents. |
| OnPreviewMouseUp | Gets or sets the name of the script used to handle the XRControl.PreviewMouseUp event. Inherited from XRControlEvents. |
| OnPrintOnPage | Gets or sets the name of the script used to handle the XRControl.PrintOnPage event. Inherited from XRControlEvents. |
| OnSizeChanged | Gets or sets the name of the script used to handle the XRControl.SizeChanged event. Inherited from XRControlEvents. |
| OnTextChanged | Gets or sets the name of the script used to handle the XRControl.TextChanged event. Inherited from XRControlEvents. |
See Also