Skip to main content
A newer version of this page is available.

XRTableScripts Properties

Contains the names of the scripts assigned to XRTable.
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 XRControl.BeforePrint event. Inherited from XRControlEvents.
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 For internal use.
OnLocationChanged Gets or sets the name of the script used to handle the XRControl.LocationChanged event. Inherited from XRControlEvents.
OnParentChanged Gets or sets the name of the script used to handle the XRControl.ParentChanged 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 For internal use.
See Also