Class AssociationEventArgs
Represents the arguments of an association event.
Inheritance
System.Object
System.EventArgs
AssociationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class AssociationEventArgs : CatalogSystemEventArgs
Constructors
AssociationEventArgs(String)
Initializes a new instance of the AssociationEventArgs class.
Declaration
public AssociationEventArgs(string eventName)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventName | Name of the event. |