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

XRLabelScripts Properties

Contains names of the scripts for an XRLabel control.
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 Gets or sets the name of the script used to handle the XRControl.HtmlItemCreated event. Inherited from XRControlEvents.
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.
OnSummaryCalculated Gets or sets the name of the script used to handle the XRLabel.SummaryCalculated event.
OnSummaryGetResult Gets or sets the name of the script used to handle the XRLabel.SummaryGetResult event.
OnSummaryReset Gets or sets the name of the script used to handle the XRLabel.SummaryReset event.
OnSummaryRowChanged Gets or sets the name of the script used to handle the XRLabel.SummaryRowChanged event.
OnTextChanged Gets or sets the name of the script used to handle the XRControl.TextChanged event. Inherited from XRControlEvents.
See Also