バージョン

ImageExported イベント

ダッシュボードが画像にエクスポートされたときにトリガーされるイベント。引数には System.Windows.Media.Imaging.BitmapSource として画像が含まれます。
シンタックス
'宣言
 
Public Event ImageExported As EventHandler(Of ImageExportedEventArgs)
public event EventHandler<ImageExportedEventArgs> ImageExported
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ImageExportedEventArgs 型の引数を受け取りました。次の ImageExportedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
CloseExportDialog エクスポート ダイアログを開いたままにする場合は、このフラグを false に設定します。
Image エクスポートされた画像のコンテンツを含む BitmapSource。
プラットフォーム

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照