Initializes a new instance of the SubscriptionEventArgs class

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public SubscriptionEventArgs(
	bool isFieldsChanged,
	bool isPointsChanged
)
Visual Basic
Public Sub New ( _
	isFieldsChanged As Boolean, _
	isPointsChanged As Boolean _
)
JScript
public function SubscriptionEventArgs(
	isFieldsChanged : boolean, 
	isPointsChanged : boolean
)

Parameters

isFieldsChanged
Type: System..::..Boolean
Specifies if Fields collection changed
isPointsChanged
Type: System..::..Boolean
Specifies if Points collection changed

See Also