Class FocusEvent
nazivni prostor: Aspose.Html.Dom.Events Sastav: Aspose.HTML.dll (25.4.0)
Interfejs FocusEvent pruža specifične kontekstualne informacije povezane s Focus događajima.
[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implements
naslijeđeni članovi
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)
Inicijalizira novu primjenu klase Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parameters
type
string
Vrsta događaja.
FocusEvent(String, identifikacijski <string, objekt="">)
Inicijalizira novu primjenu klase Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
Vrsta događaja.
eventInitDict
IDictionary
<
string
, object
>
Ovaj događaj inicijalizira rječnik.
Properties
RelatedTarget
Koristi se za identifikaciju sekundarnog EventTarget povezanog s Focus događajem, ovisno o vrsti događaja.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
Vrijednost nekretnina
EventTarget </string,></string,>