XRControlEvents Properties
Used to implement scripting for report bands and controls.Name | Description |
---|---|
OnAfterPrint | Gets or sets the name of the script used to handle the XRControl.AfterPrint event. |
OnBeforePrint | Gets or sets the name of the script used to handle the XRControl.BeforePrint event. |
OnDraw | Gets or sets the name of the script used to handle the XRControl.Draw event. |
OnEvaluateBinding | Gets or sets the name of the script used to handle the XRControl.EvaluateBinding event. |
OnHtmlItemCreated | Gets or sets the name of the script used to handle the XRControl.HtmlItemCreated event. |
OnLocationChanged | Gets or sets the name of the script used to handle the XRControl.LocationChanged event. |
OnParentChanged | Gets or sets the name of the script used to handle the XRControl.ParentChanged event. |
OnPreviewClick | Gets or sets the name of the script used to handle the XRControl.PreviewClick event. |
OnPreviewDoubleClick | Gets or sets the name of the script used to handle the XRControl.PreviewDoubleClick event. |
OnPreviewMouseDown | Gets or sets the name of the script used to handle the XRControl.PreviewMouseDown event. |
OnPreviewMouseMove | Gets or sets the name of the script used to handle the XRControl.PreviewMouseMove event. |
OnPreviewMouseUp | Gets or sets the name of the script used to handle the XRControl.PreviewMouseUp event. |
OnPrintOnPage | Gets or sets the name of the script used to handle the XRControl.PrintOnPage event. |
OnSizeChanged | Gets or sets the name of the script used to handle the XRControl.SizeChanged event. |
OnTextChanged | Gets or sets the name of the script used to handle the XRControl.TextChanged event. |
See Also