Click or drag to resize

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
)

Parameters

value
Type: T
value to be added
shouldAdd
Type: SystemBoolean
true if by default the item will be added, false otherwise
See Also