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