ItemChangedEventArgsTItem Class

Contains data corresponding to an item being changed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BIItemChangedEventArgsTItem
      Dundas.BI.AccountServicesTerminatingSessionEventArgs

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

Type Parameters

TItem
The type of the item.

The ItemChangedEventArgsTItem 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