Class FocusEvent
ja nimityö: Aspose.Html.Dom.Events Kokoelma: Aspose.HTML.dll (25.4.0)
FocusEvent -liittymä tarjoaa erityisiä kontekstuaalisia tietoja, jotka liittyvät Focus-tapahtumiin.
[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implements
Perintöjäsenet
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)
Aloittaa Aspose.Html.Dom.Events.FocusEvent -luokan uusi esimerkki.
[DOMConstructor]
public FocusEvent(string type)
Parameters
type
string
Tapahtuman tyyppi on.
FocusEvent(String, IDictionary<string, objekti="">)
Aloittaa Aspose.Html.Dom.Events.FocusEvent -luokan uusi esimerkki.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
Tapahtuman tyyppi on.
eventInitDict
IDictionary
<
string
, object
>
Tapahtuma aloittaa sanakirjan.
Properties
RelatedTarget
Käytetään tunnistamaan toissijainen EventTarget, joka liittyy Focus-tapahtumaan, tapahtuman tyypin mukaan.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
Omistuksen arvo
EventTarget </string,></string,>