Table of Contents

Interface IUiEvent

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

The IUiEvent interface provides specific contextual information associated with User Interface events.

public interface IUiEvent : IEvent
Inherited Members

Remarks

Note: To create an instance of the IUiEvent interface, use the feature string "UIEvent" as the value of the input parameter used with the IDocumentEvent.CreateEvent method.

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.