Row Property
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 CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent
Dim value As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
value = instance.Row
public CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Row { get; }
public:
property CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty^ Row {
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty^ get ();
}
public function get Row () : CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
The Row upon which an action has occurred.
Remarks
A CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent 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
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent Class
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent Members