ItemEventArgsT Class

Specialized item event args in the data type of the item.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class ItemEventArgs<T> : EventArgs
Inheritance
Object    EventArgs    ItemEventArgsT

Type Parameters

T
Type of item to represent in the event handler.

Constructors

ItemEventArgsT Create a new Instance of the ItemEventArgs Item.
ItemEventArgsT(T) Create a new Instance of the ItemEventArgs Item.

Properties

Data Get/Set the native value of the item.
Handled Get/Set a value indicating whether this change has been handled.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also