QueryDocumentEventArgs Properties
Provides data for the QueryDocument event.| Name | Description |
|---|---|
| Cancel | Gets or sets whether the Document that triggered the QueryDocument event should be restored. |
| Caption | Gets or sets the new caption of the restored Document. |
| Control | Gets or sets the control hosted by this Document. |
| Name | Returns the BaseDocument.ControlName property value of this Document. |
See Also