Class FocusEvent
Името на пространството: Aspose.Html.Dom.Events Aspose.HTML.dll (25.4.0)
FocusEvent предоставя конкретна контекстна информация, свързана с събитията на Focus.
[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implements
наследници
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(Стрий)
Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parameters
type
string
Типът на събитията.
FocusEvent(Стринг, IDictionary<string, обект="">)
Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
Типът на събитията.
eventInitDict
IDictionary
<
string
, object
>
Събитието инициира речника.
Properties
RelatedTarget
EventTarget, свързан с събитие Focus.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
стойност на имота
EventTarget </string,></string,>