Open this page in the API Guide

ItemChangedEventArgs<TItem> Class

Contains data corresponding to an item being changed.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.ItemChangedEventArgs<TItem>
      Dundas.BI.AccountServices.TerminatingSessionEventArgs

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class ItemChangedEventArgs<TItem> : EventArgs
where TItem : class

Type Parameters

TItem
The type of the item.

The ItemChangedEventArgs<TItem> type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the item being modified.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also