Class FocusEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
Interface FocusEvent poskytuje specifické kontextové informace spojené s událostmi zaostření.
[DOMName("FocusEvent")]
[DOMObject]
[ComVisible(true)]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Dědičnost
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implementuje
Děděné členy
UIEvent.View, UIEvent.Detail, 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()
Konstruktor
FocusEvent(string)
Inicializuje novou instanci třídy Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parametry
type
string
Typ události.
FocusEvent(string, IDictionary<string, object="">)
Inicializuje novou instanci třídy Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parametry
type
string
Typ události.
eventInitDict
IDictionary<string, object>
Slovník pro inicializaci události.
Vlastnosti
RelatedTarget
Používá se k identifikaci sekundárního EventTargetu souvisejícího s událostí zaostření, v závislosti na typu události.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }