バージョン

UltraDataSourceListChangedEventArgs コンストラクタ(ListChangedType,PropertyDescriptor)

変更のタイプと、移動された項目の古いインデックスと新しいインデックスが与えられた UltraDataSourceListChangedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal listChangedType As ListChangedType, _
   ByVal propDesc As PropertyDescriptor _
)
public UltraDataSourceListChangedEventArgs( 
   ListChangedType listChangedType,
   PropertyDescriptor propDesc
)

パラメータ

listChangedType
変更のタイプを示す System.ComponentModel.ListChangedType 値。
propDesc
追加、削除、または変更された System.ComponentModel.PropertyDescriptor
参照