Class UIEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.2.0)
The UIEvent interface provides specific contextual information associated with User Interface events.
[ComVisible(true)]
[DOMName("UIEvent")]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent
Derived
FocusEvent, InputEvent, KeyboardEvent, MouseEvent
Implements
Inherited Members
Event.NonePhase, Event.CapturingPhase, Event.AtTargetPhase, Event.BubblingPhase, Event.InitEvent(string, bool, bool), Event.PreventDefault(), Event.StopPropagation(), Event.StopImmediatePropagation(), Event.Bubbles, Event.Cancelable, Event.CurrentTarget, Event.EventPhase, Event.Target, Event.TimeStamp, Event.Type, Event.DefaultPrevented, Event.IsTrusted, DOMObject.GetPlatformType(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
UIEvent(string)
Initializes a new instance of the Aspose.Html.Dom.Events.UIEvent class.
[DOMConstructor]
public UIEvent(string type)
Parameters
type
string
The event type.
UIEvent(string, IDictionary<string, object="">)
Initializes a new instance of the Aspose.Html.Dom.Events.UIEvent class.
[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
The event type.
eventInitDict
IDictionary<string, object>
The event initialize dictionary.
Properties
Detail
Specifies some detail information about the Event, depending on the type of event.
[DOMName("detail")]
public long Detail { get; }
Property Value
View
The view attribute identifies the Window from which the event was generated. The un-initialized value of this attribute MUST be null.
[DOMName("view")]
public IWindow View { get; }
Property Value
IWindow </string,></string,>