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.RemoveOnNavigate

Removes the handler that has been associated with the OnNavigate event.

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

Parameters

handler
The EventHandler delegate that represents the method that will handle the OnNavigate event.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace