Class FocusEvent
Il nome: Aspose.Html.Dom.Events Assemblaggio: Aspose.HTML.dll (25.4.0)
L’interfaccia FocusEvent fornisce informazioni contestuali specifiche associate agli eventi Focus.
[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implements
I membri ereditari
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()
Constructors
FocusEvent(String)
Inizia una nuova instanza della classe Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parameters
type
string
Il tipo di evento.
FocusEvent(String, String, oggetto di identificazione=» » »)
Inizia una nuova instanza della classe Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
Il tipo di evento.
eventInitDict
IDictionary
di <
string
, object
>
L’evento inizializza il dizionario.
Properties
RelatedTarget
Utilizzato per identificare un EventTarget secondario correlato ad un evento Focus, a seconda del tipo di evento.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
Valore di proprietà
EventTarget </string,></string,>