UIEvent constructor

init

Initializes a new instance of the UIEvent class.

def __init__(self, type):
    ...
ParameterTypeDescription
typestrThe event type.

See Also