Click or drag to resize

OnSubscriptionPreUpdatedHandler Delegate

Handler for SubscriptionPreUpdated event.

Namespace:  Atomia.Billing.Core.Sdk.Events.Subscriptions
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public delegate void OnSubscriptionPreUpdatedHandler(
	Object sender,
	SubscriptionUpdatedEventArgs args
)

Parameters

sender
Type: SystemObject
args
Type: Atomia.Billing.Core.Sdk.Events.SubscriptionsSubscriptionUpdatedEventArgs
See Also