PreviewClickEventArgs Constructors
Provides data for the IDocumentPreviewModel.PreviewClick, IDocumentPreviewModel.PreviewMouseMove and IDocumentPreviewModel.PreviewMouseMove events.Name | Parameters | Description |
---|---|---|
PreviewClickEventArgs(String, FrameworkElement) | elementTag, element | Initializes a new instance of the PreviewClickEventArgs class with the specified element and tag property value. |
See Also