Contains event data for event e.g. [!:SelectedItemChanging].

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BeeMobile.ComboBox..::.IndexEventArgs

See Also