CollectionChanged イベントを発生させます。
Protected Sub OnCollectionChanged( _
ByVal ccevent As CollectionChangeEventArgs _)
[C#]
protected void OnCollectionChanged(CollectionChangeEventArgsccevent);
[C++]
protected: void OnCollectionChanged(CollectionChangeEventArgs* ccevent);
[JScript]
protected function OnCollectionChanged(
ccevent : CollectionChangeEventArgs);
パラメータ
- ccevent
イベント データを格納している CollectionChangeEventArgs 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
GridTableStylesCollection クラス | GridTableStylesCollection メンバ | System.Windows.Forms 名前空間