Click or drag to resize

AddValueEventArgsT Class

Arguments for controlling whether values should be added to a list or control
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsAddValueEventArgsT

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class AddValueEventArgs<T> : EventArgs

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.AddValueEventArgs`1"]

The AddValueEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyShouldAdd
True if the value should be added, false otherwise
Public propertyValue
Value being added to the combo box
Top
See Also