Class FocusEvent
Pôvodný názov: Aspose.Html.Dom.Events Zhromaždenie: Aspose.HTML.dll (25.4.0)
Rozhranie FocusEvent poskytuje špecifické kontextové informácie spojené s udalosťami Focus.
[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implements
Z dedičných členov
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(Stretnutie)
Iniciuje novú inštanciu triedy Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parameters
type
string
Typ udalosti je.
FocusEvent(String, identifikátor <string, objekt="">)
Iniciuje novú inštanciu triedy Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
Typ udalosti je.
eventInitDict
IDictionary
<
string
, object
>
Akcia sa začína slovníkom.
Properties
RelatedTarget
Používa sa na identifikáciu sekundárneho EventTarget súvisiaceho s udalosťou Focus, v závislosti od typu udalosti.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
Hodnota nehnuteľnosti
EventTarget </string,></string,>