Constructor ListControlItemWithNotify
ListControlItemWithNotify(string)
Initializes a new instance of the ListControlItemWithNotify class with the default value for the Text property.
public ListControlItemWithNotify(string text)
Parameters
ListControlItemWithNotify(string, object?)
Initializes a new instance of the ListControlItemWithNotify class with the default values for the Text and Value properties.
public ListControlItemWithNotify(string text, object? value)
Parameters
ListControlItemWithNotify()
Initializes a new instance of the ListControlItemWithNotify class.
public ListControlItemWithNotify()