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

Listens for the caption's back button clicked event.

[Visual Basic]
Protected Sub OnBackButtonClicked( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
protected void OnBackButtonClicked(
   object sender,
   EventArgs e
);
[C++]
protected: void OnBackButtonClicked(
   Object* sender,
   EventArgs* e
);
[JScript]
protected function OnBackButtonClicked(
   sender : Object,
   e : EventArgs
);

Parameters

sender
An Object that contains data about the control.
e
An EventArgs that contains data about the event.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace