ItemEvents_10_Event.CustomAction Event

Occurs when a custom action of an item (which is an instance of the parent object) executes.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event CustomAction As ItemEvents_10_CustomActionEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_CustomActionEventHandler

AddHandler instance.CustomAction, handler
event ItemEvents_10_CustomActionEventHandler CustomAction

Remarks

The Action object and the newly created item resulting from the custom action are passed to the event.

See Also

Reference

ItemEvents_10_Event Interface

ItemEvents_10_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler