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 row in the table is about to be deleted.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Event DiscountPriorityDeleting As DiscountPrioritySet..::.DiscountPriorityChangeEventHandler
'Usage
Dim instance As DiscountPrioritySet..::.DiscountPrioritiesDataTable
Dim handler As DiscountPrioritySet..::.DiscountPriorityChangeEventHandler
AddHandler instance.DiscountPriorityDeleting, handler
public event DiscountPrioritySet..::.DiscountPriorityChangeEventHandler DiscountPriorityDeleting
public:
event DiscountPrioritySet..::.DiscountPriorityChangeEventHandler^ DiscountPriorityDeleting {
void add (DiscountPrioritySet..::.DiscountPriorityChangeEventHandler^ value);
void remove (DiscountPrioritySet..::.DiscountPriorityChangeEventHandler^ value);
}
JScript does not support events.
Remarks
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
DiscountPrioritySet..::.DiscountPrioritiesDataTable Class