An NDoc Documented Class Library

ComboBoxEvent Class

For a list of all members of this type, see ComboBoxEvent Members.

System.Object
   White.Core.UIItemEvents.UserEvent
      White.Core.UIItemEvents.ListControlEvent
         White.Core.UIItemEvents.ComboBoxEvent

[Visual Basic]
Public Class ComboBoxEvent
    Inherits ListControlEvent
[C#]
public class ComboBoxEvent : ListControlEvent
[C++]
public __gc class ComboBoxEvent : public ListControlEvent
[JScript]
public class ComboBoxEvent extends ListControlEvent

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.UIItemEvents

Assembly: White.Core (in White.Core.dll)

See Also

ComboBoxEvent Members | White.Core.UIItemEvents Namespace