Back to Devexpress

XRControlEvents Properties

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolevents-dot-underscore-properties.md

latest4.1 KB
Original Source

XRControlEvents Properties

Used to implement scripting for report bands and controls.

NameDescription
OnAfterPrintGets or sets the name of the script used to handle the XRControl.AfterPrint event.
OnBeforePrintGets or sets the name of the script used to handle the XRControl.BeforePrint event.
OnDrawGets or sets the name of the script used to handle the XRControl.Draw event.
OnEvaluateBindingGets or sets the name of the script used to handle the XRControl.EvaluateBinding event.
OnHtmlItemCreatedGets or sets the name of the script used to handle the XRControl.HtmlItemCreated event.
OnLocationChangedGets or sets the name of the script used to handle the XRControl.LocationChanged event.
OnParentChangedGets or sets the name of the script used to handle the XRControl.ParentChanged event.
OnPreviewClickGets or sets the name of the script used to handle the XRControl.PreviewClick event.
OnPreviewDoubleClickGets or sets the name of the script used to handle the XRControl.PreviewDoubleClick event.
OnPreviewMouseDownGets or sets the name of the script used to handle the XRControl.PreviewMouseDown event.
OnPreviewMouseMoveGets or sets the name of the script used to handle the XRControl.PreviewMouseMove event.
OnPreviewMouseUpGets or sets the name of the script used to handle the XRControl.PreviewMouseUp event.
OnPrintOnPageGets or sets the name of the script used to handle the XRControl.PrintOnPage event.
OnSizeChangedGets or sets the name of the script used to handle the XRControl.SizeChanged event.
OnTextChangedGets or sets the name of the script used to handle the XRControl.TextChanged event.

See Also

XRControlEvents Class

XRControlEvents Members

DevExpress.XtraReports.UI Namespace