Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
References the method to call when retrieving row data from a provider.
public delegate void RowCallback(System::Object ^ rowData);
public delegate void RowCallback(object rowData);
type RowCallback = delegate of obj -> unit
Public Delegate Sub RowCallback(rowData As Object)
The data to retrieve from the provider.
When a Web Parts control implements the IWebPartRow interface and serves as a provider in a Web Parts connection, the connection or transformer must retrieve the row data from the provider. The RowCallback delegate represents the method to call for retrieving the provider data.
The GetRowData method contains a RowCallback delegate parameter. The GetRowData method is used in the RowToFieldTransformer class and the RowToParametersTransformer class to retrieve row data for transformation.
Get |
Gets an object that represents the method represented by the specified delegate. |
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Please sign in to use this experience.
Sign in