| CardknoxEventArgs Constructor  | 
  
    Namespace: 
   CardknoxApi.Operations
    Assembly:
   Cardknox (in Cardknox.dll) Version: 4.5
 Syntax
Syntaxpublic CardknoxEventArgs(
	NameValueCollection _values
)
Public Sub New ( 
	_values As NameValueCollection
)
public:
CardknoxEventArgs(
	NameValueCollection^ _values
)
new : 
        _values : NameValueCollection -> CardknoxEventArgsParameters
- _values
- Type: System.Collections.SpecializedNameValueCollection
 
 See Also
See Also