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 whenever orders are submitted for processing.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<CommerceEventAttribute("ORD")> _
Public Class SubmitOrderEvent _
Inherits BaseCommerceEvent
'Usage
Dim instance As SubmitOrderEvent
[CommerceEventAttribute("ORD")]
public class SubmitOrderEvent : BaseCommerceEvent
[CommerceEventAttribute(L"ORD")]
public ref class SubmitOrderEvent : public BaseCommerceEvent
public class SubmitOrderEvent extends BaseCommerceEvent
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.BaseCommerceEvent
Microsoft.CommerceServer.Runtime..::.SubmitOrderEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.