Event Inherits: Generic[EventControlType] Properties control(EventControlType) – data(Optional[Any]) – name(str) – page(Union[Page, BasePage]) – target(int) – Properties# control class-attribute instance-attribute # control: EventControlType = field(repr=False) data class-attribute instance-attribute # data: Optional[Any] = field(default=None, kw_only=True) name instance-attribute # name: str page property # page: Union[Page, BasePage] target property # target: int