ItemChangingEventArgs Constructor

Initializes a new instance of the ItemChangingEventArgs class.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
ItemChangingEventArgs(
	ItemChange^ item
)

Parameters

item
Type: Microsoft.Synchronization::ItemChange
Metadata for the item change that is about to be applied.
Show: