Allows the template developer to send custom events to the containing BaseSmartDBControl. When you handle this event you must determine your logic by inspecting the exact type of the Event property. One implementaion of this class is ValidateCustomEvent
The event handler receives an argument of type BaseSmartDBControlCustomEventArgs containing data related to this event. The following BaseSmartDBControlCustomEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Event | The event object. This is a specific implementation of CustomEvent. You should check its type and take actions accordingly. |
This event is fired by the template. Only the template's implementation determines which events and when to fire.
BaseSmartDBControl Class | Adillis.SmartDBForms Namespace