smartDBforms.NET API Reference

BaseSmartDBControlCustomEventArgs.Event Property

The event object. This is a specific implementation of CustomEvent. You should check its type and take actions accordingly.

[Visual Basic]
Public ReadOnly Property Event As CustomEvent
[C#]
public CustomEvent Event {get;}

See Also

BaseSmartDBControlCustomEventArgs Class | Adillis.SmartDBForms Namespace | ValidateCustomEvent