Class UIEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
ממשק UIEvent מספק מידע הקשר ספציפי הקשור לאירועי ממשק המשתמש.
[DOMName("UIEvent")]
[ComVisible(true)]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged
ירושה
object ← DOMObject ← Event ← UIEvent
נגזרות
FocusEvent, InputEvent, KeyboardEvent, MouseEvent
מיישם
חברים מירושה
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()
בונים
UIEvent(string)
מאתחל מופע חדש של מחלקת Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type)
פרמטרים
type
string
סוג האירוע.
UIEvent(string, IDictionary<string, object="">)
מאתחל מופע חדש של מחלקת Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)
פרמטרים
type
string
סוג האירוע.
eventInitDict
IDictionary<string, object>
המילון לאתחול האירוע.
מאפיינים
Detail
מציין פרטי מידע מסוימים על האירוע, בהתאם לסוג האירוע.
[DOMName("detail")]
public long Detail { get; }
ערך המאפיין
View
מאפיין ה-view מזהה את החלון שממנו נוצר האירוע.
הערך הלא מאותחל של מאפיין זה חייב להיות null.
[DOMName("view")]
public IWindow View { get; }