OLEUIEVENTSTATUS Enumeration

Specifies the status of a user interface event.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration OLEUIEVENTSTATUS
public enum OLEUIEVENTSTATUS
public enum class OLEUIEVENTSTATUS
type OLEUIEVENTSTATUS
public enum OLEUIEVENTSTATUS

Members

Member name Description
OLEUIEVENTSTATUS_OCCURRED A user interface event has occurred.
OLEUIEVENTSTATUS_START A user interface event has started.
OLEUIEVENTSTATUS_STOP A user interface event has finished.
OLEUIEVENTSTATUS_STARTNODIALOG A user interface event has started, but a dialog has not been displayed.
OLEUIEVENTSTATUS_STARTBEFOREDIALOG A user interface event has started before the display of a dialog.
OLEUIEVENTSTATUS_CONTINUEINDIALOG A user interface event is continuing while a dialog is displayed.
OLEUIEVENTSTATUS_CONTINUEAFTERDIALOG A user interface event is continuing after a dialog has been displayed.

Remarks

This enumeration indicates the status of a UI Event used with the OnUIEvent. The OLEUIEVENTSTATUS values are used with the OnUIEvent.

COM Signature

From oleipc.idl.

[C++]

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace