Event
Inherits: Generic[EventControlType]
Base event payload passed to control event handlers.
Properties
-
control(EventControlType) – -
data(Any | None) – -
name(str) – -
page(Page | BasePage) –Page that owns the event source control.
-
target(int) –Internal id of the control that emitted this event.