An NDoc Documented Class Library

UIItem.ActionListener Property

[Visual Basic]
Overridable Public Property ReadOnly ActionListener As ActionListener _
    Implements IUIItem.ActionListener
[C#]
public virtual ActionListener ActionListener { get; }
[C++]
public: virtual __property ActionListener* get_ActionListener();
[JScript]
public virtual function get ActionListener() : ActionListener

Implements

IUIItem.ActionListener

See Also

UIItem Class | White.Core.UIItems Namespace