NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.AddOnCurrentCellChange

Adds an event handler for the OnCurrentCellChange event.

[Visual Basic]
Public Sub AddOnCurrentCellChange( _
   ByVal handler As EventHandler _
)
[C#]
public void AddOnCurrentCellChange(
   EventHandler handler
);
[C++]
public: void AddOnCurrentCellChange(
   EventHandler* handler
);
[JScript]
public function AddOnCurrentCellChange(
   handler : EventHandler
);

Parameters

handler
Handler to notify when the OnCurrentCellChange event occurs.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace