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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the row upon which an action has occurred.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Row As CatalogsDataSet..::.Catalog
'Usage
Dim instance As CatalogsDataSet..::.CatalogChangeEvent
Dim value As CatalogsDataSet..::.Catalog
value = instance.Row
public CatalogsDataSet..::.Catalog Row { get; }
public:
property CatalogsDataSet..::.Catalog^ Row {
CatalogsDataSet..::.Catalog^ get ();
}
public function get Row () : CatalogsDataSet..::.Catalog
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogsDataSet..::.Catalog
The Row upon which an action has occurred.
Remarks
A CatalogsDataSet..::.CatalogChangeEvent is returned as part of the OnRowChanged to indicate the action that was taken on a row to raise the event.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogsDataSet..::.CatalogChangeEvent Class