DocumentViewer.OnDocumentChanged メソッド

定義

表示するドキュメントが変わると、呼び出しに応答します。

protected:
 override void OnDocumentChanged();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override void OnDocumentChanged ();
protected override void OnDocumentChanged ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.OnDocumentChanged : unit -> unit
override this.OnDocumentChanged : unit -> unit
Protected Overrides Sub OnDocumentChanged ()
属性

注釈

OnDocumentChanged は、コントロールの プロパティが Document 新しいドキュメントを DocumentViewer 表示するように設定されている場合、呼び出しに応答します。

適用対象