Occurs when a child-parent link is clicked.
The following declaration shows the syntax for a method that handles the LinkClick event.
[Visual Basic] Private Sub DataGridName_LinkClick( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void DataGridName_LinkClick( object sender, EventArgs e ); [C++] private: void DataGridName_LinkClick( Object* sender, EventArgs* e ); [JScript] private DataGridName_LinkClick( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
DataGrid Class | DataGrid MembersTopic | System.WinForms Namespace