次の方法で共有


DataGrid.OnShowParentDetailsButtonClicked メソッド

ShowParentDetailsButtonClick イベントを発生させます。

Protected Sub OnShowParentDetailsButtonClicked( _
   ByVal sender As Object, _   ByVal e As EventArgs _)
[C#]
protected void OnShowParentDetailsButtonClicked(objectsender,EventArgse);
[C++]
protected: void OnShowParentDetailsButtonClicked(Object* sender,EventArgs* e);
[JScript]
protected function OnShowParentDetailsButtonClicked(
   sender : Object,e : EventArgs);

パラメータ

  • sender
    イベントのソース。
  • e
    イベント データを格納している EventArgs

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

DataGrid クラス | DataGrid メンバ | System.Windows.Forms 名前空間