バージョン

DocumentChangedEventArgs コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal oldDocument As Infragistics.Documents.TextDocument, _
   ByVal newDocument As Infragistics.Documents.TextDocument _
)
public DocumentChangedEventArgs( 
   Infragistics.Documents.TextDocument oldDocument,
   Infragistics.Documents.TextDocument newDocument
)

パラメータ

oldDocument
前のドキュメントを表す Infragistics.Documents.TextDocument
newDocument
新しいドキュメントを表す Infragistics.Documents.TextDocument
参照