  | EcommerceProductRelatedAfterDeleteArgs Constructor (String, String, String, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Notifications
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic AfterDeleteArgs(
	string theProductId,
	string theRelatedProductId,
	string prodRelVariantIdStr,
	string relatedProductGroupId
)
Public Sub New ( 
	theProductId As String,
	theRelatedProductId As String,
	prodRelVariantIdStr As String,
	relatedProductGroupId As String
)
Parameters
- theProductId
 - Type: SystemString
 - theRelatedProductId
 - Type: SystemString
 - prodRelVariantIdStr
 - Type: SystemString
 - relatedProductGroupId
 - Type: SystemString
 
See Also