EnumDropDownTOnAddValue Method  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected virtual void OnAddValue(
	AddValueEventArgs<T> e
)
Protected Overridable Sub OnAddValue ( 
	e As AddValueEventArgs(Of T)
)
abstract OnAddValue : 
        e : AddValueEventArgs<'T> -> unit 
override OnAddValue : 
        e : AddValueEventArgs<'T> -> unit Parameters
- e
 - Type: Eto.FormsAddValueEventArgsT
[Missing <param name="e"/> documentation for "M:Eto.Forms.EnumDropDown`1.OnAddValue(Eto.Forms.AddValueEventArgs{`0})"]
 
See Also