PdfUriOpeningEventArgs Properties
Contains data for the UriOpening event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
OriginalUriString | Returns the original URI string from which the Uri object is created.’ |
Uri | Returns the URI to be opened. |
See Also