Class UIEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
La interfaz UIEvent proporciona información contextual específica asociada con eventos de la interfaz de usuario.
[DOMName("UIEvent")]
[ComVisible(true)]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged
Herencia
object ← DOMObject ← Event ← UIEvent
Derivados
FocusEvent, InputEvent, KeyboardEvent, MouseEvent
Implementa
Miembros heredados
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()
Constructores
UIEvent(string)
Inicializa una nueva instancia de la clase Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type)
Parámetros
type
string
El tipo de evento.
UIEvent(string, IDictionary<string, object="">)
Inicializa una nueva instancia de la clase Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)
Parámetros
type
string
El tipo de evento.
eventInitDict
IDictionary<string, object>
El diccionario de inicialización del evento.
Propiedades
Detail
Especifica información detallada sobre el evento, dependiendo del tipo de evento.
[DOMName("detail")]
public long Detail { get; }
Valor de la propiedad
View
El atributo view identifica la ventana desde la cual se generó el evento.
El valor no inicializado de este atributo DEBE ser nulo.
[DOMName("view")]
public IWindow View { get; }