Search
ItemModifiedEventArgs Members
Constructors Properties
 


Specifies data for the itemModified event.

The following tables list the members exposed by the ItemModifiedEventArgs type.

 Public Constructors

  Name Description

ItemModifiedEventArgs

Initializes a new instance of the ItemModifiedEventArgs class.

 Public Properties

  Name Description

action

Gets the type of action that is modifying the item.

item

Gets the Item that was modified.

oldItem

Gets the Item before the modification has occurred.

 See Also