ItemEventArgsT(T) Constructor
Create a new Instance of the ItemEventArgs Item.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public ItemEventArgs(
T data
)
Public Sub New (
data As T
)
No code example is currently available or this language may not be supported.
Parameters
- data T
-
Reference to the item to pass.