Table of Contents

Class UiEvent

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Dom.dll

Summary description for UiEvent.

public class UiEvent : Event, IUiEvent, IEvent
Inheritance
UiEvent
Implements
Derived
Inherited Members

Constructors

UiEvent()
UiEvent(string, bool, bool, IAbstractView, long)
UiEvent(string, string, bool, bool, IAbstractView, long)

Properties

Detail

Specifies some detail information about the IEvent, depending on the type of event.

View

The View attribute identifies the IAbstractView from which the event was generated.

Methods

InitUiEvent(string, bool, bool, IAbstractView, long)

The InitUiEvent method is used to initialize the value of a IUiEvent created using the IDocumentEvent.CreateEvent method.

InitUiEventNs(string, string, bool, bool, IAbstractView, long)

The InitUiEventNs method is used to initialize the value of a IUiEvent created using the IDocumentEvent.CreateEvent method. This method may only be called before the IUiEvent has been dispatched via the IEventTarget.DispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.