PropertyValueChangedEventHandler デリゲート
ユーザーがグリッド内のプロパティを変更したときに呼び出されるイベント ハンドラ クラスです。
<Serializable>
Public Delegate Sub PropertyValueChangedEventHandler( _ ByVal s As Object, _ ByVal e As PropertyValueChangedEventArgs _)
[C#]
[Serializable]
public delegate void PropertyValueChangedEventHandler( object s, PropertyValueChangedEventArgs e);
[C++]
[Serializable]
public __gc __delegate void PropertyValueChangedEventHandler( Object* s, PropertyValueChangedEventArgs* e);
[JScript] JScript では、.NET Framework のデリゲートを利用することができます。ただし、独自に定義することはできません。
パラメータ [Visual Basic, C#, C++]
作成するイベント ハンドラは、PropertyValueChangedEventHandler クラスのデリゲート定義と同一のパラメータを持つ必要があります。
- s
イベントのソース。 - e
イベント データを格納している PropertyValueChangedEventArgs 。
必要条件
名前空間: System.Windows.Forms
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)