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