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

HolidaySettingCollection クラス

休日設定のコレクションである HolidaySettingCollection を表します。
継承階層
SystemObject
  System.Collections.ObjectModelCollectionHolidaySetting
    GrapeCity.Windows.InputManNotifyCollectionHolidaySetting
      GrapeCity.Windows.InputManHolidaySettingCollection

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