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.
Occurs before a DataRow in the table is deleted.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Event ExpressionCategoryRowDeleting As ExpressionCategorySet..::.ExpressionCategoryRowChangeEventHandler
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim handler As ExpressionCategorySet..::.ExpressionCategoryRowChangeEventHandler
AddHandler instance.ExpressionCategoryRowDeleting, handler
public event ExpressionCategorySet..::.ExpressionCategoryRowChangeEventHandler ExpressionCategoryRowDeleting
public:
event ExpressionCategorySet..::.ExpressionCategoryRowChangeEventHandler^ ExpressionCategoryRowDeleting {
void add (ExpressionCategorySet..::.ExpressionCategoryRowChangeEventHandler^ value);
void remove (ExpressionCategorySet..::.ExpressionCategoryRowChangeEventHandler^ value);
}
JScript does not support events.
Remarks
Event generated when a Row in the ExpressionCategories table is being deleted. For more information about handling events, see Consuming Events.
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
ExpressionCategorySet..::.ExpressionCategoriesDataTable Class
ExpressionCategorySet..::.ExpressionCategoriesDataTable Members