'宣言 Public Event Exporting As EventHandler(Of DocumentExportingEventArgs)
public event EventHandler<DocumentExportingEventArgs> Exporting
イベント ハンドラが、このイベントに関連するデータを含む、DocumentExportingEventArgs 型の引数を受け取りました。次の DocumentExportingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel System.ComponentModel.CancelEventArgsから継承されます。 | |
Report | エクスポートされるドキュメントの Report オブジェクト。 |