Class EventArgs<T>
Provides data for events that convey the current value of a property or other value in a cancellable workflow (CWP).
public class EventArgs<T> : EventArgs
Type Parameters
T
The type of the value.
- Inheritance
-
EventArgs<T>
- Inherited Members
Remarks
Used for workflows where the current value of a property or value is being conveyed, such as when a property has been changed.
Constructors
- EventArgs(in T)
Initializes a new instance of the EventArgs<T> class.
Properties
- Value
The current value of the property.