Contains arguments for [!:RowItem.OnChanged] method.

Namespace:  BeeMobile.ComboBox
Assembly:  BeeMobile.RoundComboBox.CF35 (in BeeMobile.RoundComboBox.CF35.dll) Version: 3.5.1.6

Syntax

C#
public class ItemChangedEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ItemChangedEventArgs _
	Inherits EventArgs
Visual C++
public ref class ItemChangedEventArgs : public EventArgs

Remarks

The [!:RowItem.OnChanged] should be called to inform the [!:RowItem.Parent] that it was changed. Class represents arguments which further specify what was changed.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BeeMobile.ComboBox..::.ItemChangedEventArgs

See Also