NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyValueUIItem.InvokeHandler

The handler that will be fired when this item is double clicked.

[Visual Basic]
Overridable Public ReadOnly Property InvokeHandler As _
   PropertyValueUIItemInvokeHandler
[C#]
public PropertyValueUIItemInvokeHandler InvokeHandler {virtual
   get;}
[C++]
public: __property virtual PropertyValueUIItemInvokeHandler*
   get_InvokeHandler();
[JScript]
public function get InvokeHandler() :
   PropertyValueUIItemInvokeHandler;

See Also

PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace | PropertyValueUIItemInvokeHandler