Share via


DiscountPriorityChanging Event

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Occurs when a DataRow is changing.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Event DiscountPriorityChanging As DiscountPrioritySet..::.DiscountPriorityChangeEventHandler
'Usage
Dim instance As DiscountPrioritySet..::.DiscountPrioritiesDataTable
Dim handler As DiscountPrioritySet..::.DiscountPriorityChangeEventHandler

AddHandler instance.DiscountPriorityChanging, handler
public event DiscountPrioritySet..::.DiscountPriorityChangeEventHandler DiscountPriorityChanging
public:
 event DiscountPrioritySet..::.DiscountPriorityChangeEventHandler^ DiscountPriorityChanging {
    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

See Also

Reference

DiscountPrioritySet..::.DiscountPrioritiesDataTable Class

DiscountPrioritySet..::.DiscountPrioritiesDataTable Members

Microsoft.CommerceServer.Marketing Namespace