ProjectElementAddedRemovedEventArgsT Constructor |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EventArguments
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public ProjectElementAddedRemovedEventArgs(
T involvedElement,
bool addition
)
Public Sub New (
involvedElement As T,
addition As Boolean
)
Parameters
- involvedElement
- Type: T
The involved element. - addition
- Type: SystemBoolean
the flag whether this action was an addition (true) or a removal (false)
See Also