Office.DocumentSelectionChangedEventArgs interface

Provides information about the document that raised the SelectionChanged event.

Properties

document

Gets an Office.Document object that represents the document that raised the SelectionChanged event.

type

Get an Office.EventType enumeration value that identifies the kind of event that was raised.

Property Details

document

Gets an Office.Document object that represents the document that raised the SelectionChanged event.

document: Document;

Property Value

type

Get an Office.EventType enumeration value that identifies the kind of event that was raised.

type: EventType;

Property Value