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

[To be supplied.]

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

Parameters

handler
[To be supplied.]

See Also

DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace