com.aspose.html.dom.events

Class UIEvent

    • Constructor Detail

      • UIEvent

        public UIEvent(String type)

        Initializes a new instance of the UIEvent class.

        Parameters:
        type - The event type.
      • UIEvent

        public UIEvent(String type,
                       UIEvent.UIEventInit eventInitDict)

        Initializes a new instance of the UIEvent class.

        Parameters:
        type - The event type.
        eventInitDict - The event initialize dictionary.