Class FocusEvent

Class FocusEvent

İsim alanı : Aspose.Svg.Dom.Events Toplantı: Aspose.SVG.dll (25.5.0)

FocusEvent arayüzü, Focus etkinlikleri ile ilişkili özel bağlam bilgileri sağlar.

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

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

INotifyPropertyChanged

mirasçı üyeleri

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(Sırt)

Aspose.Svg.Dom.Events.FocusEvent sınıfının yeni bir örneğini başlatır.

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

Etkinlik türü .

FocusEvent(string, IDictionary<string, nesne=» »)

Aspose.Svg.Dom.Events.FocusEvent sınıfının yeni bir örneğini başlatır.

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

Parameters

type string

Etkinlik türü .

eventInitDict IDictionary &lt için; string , object >

Konuşma sözlüğünü başlatır.

Properties

RelatedTarget

Bir Focus etkinliğine bağlı ikincil bir EventTarget tanımlamak için kullanılır, etkinliğin türüne bağlı olarak.

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

Mülkiyet Değer

EventTarget </string,></string,>

 Türkçe