ItemEvents_10_Event.Open Event

Definition

Occurs when an instance of the parent object is being opened in an Inspector.

public:
 event Microsoft::Office::Interop::Outlook::ItemEvents_10_OpenEventHandler ^ Open;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler Open;
Event Open As ItemEvents_10_OpenEventHandler 

Event Type

Remarks

When this event occurs, the Inspector object is initialized but not yet displayed. The Open event differs from the Read event in that Read occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an inspector.

Applies to