ExplorerEvents_10_Event.AttachmentSelectionChange Event
Occurs when the user selects a different or additional attachment in the active explorer programmatically or by interacting with the user interface.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event AttachmentSelectionChange As ExplorerEvents_10_AttachmentSelectionChangeEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_AttachmentSelectionChangeEventHandler
AddHandler instance.AttachmentSelectionChange, handler
event ExplorerEvents_10_AttachmentSelectionChangeEventHandler AttachmentSelectionChange
Remarks
The AttachmentSelectionChange event fires when a different or additional attachment of any item is selected in the active explorer.
See Also
Reference
ExplorerEvents_10_Event Interface