リサイズはクリックかドラッグ

HolidaySettingCollection クラス

休日設定のコレクションである HolidaySettingCollection を表します。
継承階層
System.Object
  System.Collections.ObjectModel.Collection<HolidaySetting>
    GrapeCity.Windows.InputMan.NotifyCollection<HolidaySetting>
      GrapeCity.Windows.InputMan.HolidaySettingCollection

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public class HolidaySettingCollection : NotifyCollection<HolidaySetting>, 
	IList

HolidaySettingCollection 型は下記のメンバーを公開します。

コンストラクター
メソッド
  名前説明
Public メソッドAddRange(IEnumerable<T>) (NotifyCollection<T> から継承)
Public メソッドAddRange(T[])
指定した配列の要素をコレクションの末尾にコピーします。
(NotifyCollection<T> から継承)
Protected メソッドClearItems
コレクションからすべての項目を削除します。
(NotifyCollection<T> から継承)
Protected メソッドInsertItem
コレクション内の指定したインデックスに項目を挿入します。
(NotifyCollection<T> .InsertItem(Int32, T)をオーバーライド)
Protected メソッドInsertItems
コレクション内の指定したインデックスに複数の項目を挿入します。
(NotifyCollection<T> .InsertItems(Int32, IEnumerable<T> )をオーバーライド)
Protected メソッドOnCollectionChanged
提供された引数を持つ CollectionChanged イベントを発生させます。
(NotifyCollection<T> から継承)
Protected メソッドRemoveItem
コレクションの指定したインデックスにある項目を削除します。
(NotifyCollection<T> .RemoveItem(Int32)をオーバーライド)
Protected メソッドSetItem
指定したインデックスにある要素を置換します。
(NotifyCollection<T> .SetItem(Int32, T)をオーバーライド)
トップ
イベント
  名前説明
Public イベントCollectionChanged
項目が追加、削除、変更、移動されたとき、またはリスト全体が更新されたときに発生します。
(NotifyCollection<T> から継承)
トップ
関連項目