Click or drag to resize

PFItemSubscriptionUpdatedEventArgs Constructor

Initializes a new instance of the PFItemSubscriptionUpdatedEventArgs class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItemSubscriptionUpdatedEventArgs(
	PFItemSubscription itemSubscription,
	HashSet<string> updatedFieldNames
)

Parameters

itemSubscription
Type: Packflow.CorePFItemSubscription
updatedFieldNames
Type: System.Collections.GenericHashSetString
See Also