3 references to PropertyValueUIItemInvokeHandler
System.Windows.Forms (3)
System\Drawing\Design\PropertyValueUIItem.cs (3)
13/// <param name="handler">The <see cref="PropertyValueUIItemInvokeHandler"/> to invoke when the item is double clicked.</param> 15public PropertyValueUIItem(Image uiItemImage, PropertyValueUIItemInvokeHandler handler, string? tooltip) 26public virtual PropertyValueUIItemInvokeHandler InvokeHandler { get; }