Udostępnij za pośrednictwem


ItemChangingEventArgs.Item Property

Gets the metadata for the item change.

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

Syntax

'Declaration
Public ReadOnly Property Item As ItemChange
'Usage
Dim instance As ItemChangingEventArgs
Dim value As ItemChange

value = instance.Item
public ItemChange Item { get; }
public:
property ItemChange^ Item {
    ItemChange^ get ();
}
/** @property */
public ItemChange get_Item ()
public function get Item () : ItemChange

Property Value

The metadata for the item change.

See Also

Reference

ItemChangingEventArgs Class
ItemChangingEventArgs Members
Microsoft.Synchronization Namespace