This documentation is archived and is not being maintained.
PropertyValueUIItem.InvokeHandler Property
.NET Framework 1.1
Gets or sets the handler that is raised when a user double-clicks this item.
[Visual Basic] Public Overridable ReadOnly Property InvokeHandler As _ PropertyValueUIItemInvokeHandler [C#] public virtual PropertyValueUIItemInvokeHandler InvokeHandler {get;} [C++] public: __property virtual PropertyValueUIItemInvokeHandler* get_InvokeHandler(); [JScript] public function get InvokeHandler() : PropertyValueUIItemInvokeHandler;
Property Value
A PropertyValueUIItemInvokeHandler indicating the event handler for this UI Item.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace | PropertyValueUIItemInvokeHandler
Show: