AddValueEventArgsT Constructor |
Initializes a new instance of the AddValueEventArgs class
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public AddValueEventArgs(
T value,
bool shouldAdd
)
Public Sub New (
value As T,
shouldAdd As Boolean
)
new :
value : 'T *
shouldAdd : bool -> AddValueEventArgs
Parameters
- value
- Type: T
value to be added - shouldAdd
- Type: SystemBoolean
true if by default the item will be added, false otherwise
See Also