Event Type
Custom controls can raise any of the built-in events (for example: Update, Enter, Exit, Select) or can raise custom events that do not correspond to the semantics of any of the built-in events. Individual control types can declare the events they support from the union of built-in events and those defined at the library level.
Event Type Properties
Property | Type | Restrictions | Description |
---|---|---|---|
Name | String | Specifies the name of the custom event. This is used at design time to configure the events that trigger a rule. At runtime, it is used in the ControlWrapper to specify which event is being raised by the custom control. | |
Label | String | Label used in the Form Designer for the Event Type. |
Copyright © Cloud Software Group, Inc. All rights reserved.