Class FocusEvent

Class FocusEvent

Název místa: Aspose.Html.Dom.Events Sbírka: Aspose.HTML.dll (25.4.0)

Rozhraní FocusEvent poskytuje specifické souvislé informace spojené s událostmi Focus.

[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

INotifyPropertyChanged

Dědiční č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(Stringová)

Začíná nový příklad třídy Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

Typ události je.

FocusEvent(String, identifikační<string, objekt="">"">)

Začíná nový příklad třídy Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)

Parameters

type string

Typ události je.

eventInitDict IDictionary < string , object >

Výběr zahájí slovní zásobu.

Properties

RelatedTarget

Používá se k identifikaci sekundárního EventTarget souvisejícího s akci Focus, v závislosti na typu akce.

[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }

Hodnota nemovitosti

EventTarget </string,></string,>

 Čeština