Skip to main content

Event

Base event payload passed to control event handlers.

Inherits: typing.Generic

Properties

Properties

controlclass-attributeinstance-attribute

control: EventControlType = field(repr=False)

dataclass-attributeinstance-attribute

data: Optional[Any] = field(default=None, kw_only=True)

nameinstance-attribute

name: str

pageproperty

page: Union[Page, BasePage]

Page that owns the event source control.

targetproperty

target: int

Internal id of the control that emitted this event.