Click or drag to resize

ProductEventArgs Class

Arguments related to event happend with product
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Nexpaq.EventArgumentsProductEventArgs

Namespace:  Nexpaq.EventArguments
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class ProductEventArgs : EventArgs

The ProductEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProductEventArgs
Initializes a new instance of the ProductEventArgs class
Top
Fields
  NameDescription
Public fieldProduct
Product object
Top
See Also