GrapeCity SPREAD for WPF 2.0J
OnItemsChanged メソッド

イベントデータを含む System.Collections.Specialized.NotifyCollectionChangedEventArgs
System.Windows.Controls.ItemsControl.Items プロパティの値が変更されたときに呼び出されます。
構文
'Declaration
 
Protected Overrides Sub OnItemsChanged( _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
protected override void OnItemsChanged( 
   NotifyCollectionChangedEventArgs e
)

パラメータ

e
イベントデータを含む System.Collections.Specialized.NotifyCollectionChangedEventArgs
解説
このメソッドは、GcListBox の項目コレクションが変更されたときに GcListBox の内容を調整します。必要であれば、このメソッドは選択されている項目を変更します。
参照

GcListBox クラス
GcListBox メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.