Search
ItemModifyingEventArgs Members
Constructors Properties
 


Specifies data for the itemModifying event.

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

 Public Constructors

  Name Description

ItemModifyingEventArgs

Initializes a new instance of the ItemModifyingEventArgs class.

 Public Properties

  Name Description

action

Gets the type of action that is modifying the Item.

changes

Gets the changed properties of the Item, associated with the event.

item

Gets the item that is modified.

 See Also