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>
15
public PropertyValueUIItem(Image uiItemImage,
PropertyValueUIItemInvokeHandler
handler, string? tooltip)
26
public virtual
PropertyValueUIItemInvokeHandler
InvokeHandler { get; }