BindingSource.RaiseListChangedEvents プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文Dim instance As BindingSource Dim value As Boolean value = instance.RaiseListChangedEvents instance.RaiseListChangedEvents = value
/** @property */ public boolean get_RaiseListChangedEvents () /** @property */ public void set_RaiseListChangedEvents (boolean value)
public function get RaiseListChangedEvents () : boolean public function set RaiseListChangedEvents (value : boolean)
ListChanged イベントを発生させる場合は true。それ以外の場合は false。既定値は true です。
解説RaiseListChangedEvents プロパティが false の場合、ListChanged イベントの発生が中断されます。このイベントは、バインドされたリストが、項目の追加、削除、挿入、編集など、何らかの方法で変更されたことを示します。
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からBindingSource.RaiseListChangedEvents プロパティを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からBindingSource.RaiseListChangedEvents プロパティ
を検索
- BindingSource.RaiseListChangedEvents プロパティのページへのリンク