An NDoc Documented Class Library

ListControlEvent Class

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

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

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

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

ListControlEvent Members | White.Core.UIItemEvents Namespace