IDocumentPreviewModel Events
When implemented by a class, enables it to use the document model.| Name | Description |
|---|---|
| PreviewClick | Occurs when the left mouse button is clicked in the document area in a Document Preview. |
| PreviewDoubleClick | Occurs when the left mouse button is double-clicked in the document area in a Document Preview. |
| PreviewMouseMove | Occurs when the mouse cursor moves over the document area in a Document Preview. |
| PropertyChanged | Occurs when a property value changes. Inherited from INotifyPropertyChanged. |
See Also