Quantcast
Channel: NetOffice - MS Office in .NET
Viewing all articles
Browse latest Browse all 1741

New Post: Outlook.ExplorerEvents_10_SelectionChangeEventHandler ???

$
0
0
I suppose you mention Outlook.ExplorerEvents_10_SelectionChangeEventHandler from the MSDN sample:
privatevoid ThisAddIn_Startup
            (object sender, System.EventArgs e)
        {
            currentExplorer = this.Application.ActiveExplorer();
            currentExplorer.SelectionChange += new Outlook
                .ExplorerEvents_10_SelectionChangeEventHandler
                (CurrentExplorer_Event);
        }
It seems to be a VSTO delegate for Explorer.SelectionChange event. NetOffice aquivalents are
publicevent NetOffice.OutlookApi.Explorer_SelectionChangeEventHandler SelectionChangeEvent
and
publicdelegatevoid Explorer_SelectionChangeEventHandler()

Viewing all articles
Browse latest Browse all 1741

Trending Articles