XmlNetworkFloatingServiceCheckoutSessionCompleted Event |
Occurs when an asynchronous call to CheckoutSession has completed.
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic event CheckoutSessionCompletedEventHandler CheckoutSessionCompleted
Public Event CheckoutSessionCompleted As CheckoutSessionCompletedEventHandler
public:
event CheckoutSessionCompletedEventHandler^ CheckoutSessionCompleted {
void add (CheckoutSessionCompletedEventHandler^ value);
void remove (CheckoutSessionCompletedEventHandler^ value);
}
Value
Type:
CheckoutSessionCompletedEventHandler
See Also