represented_object


Description:

public Object? represented_object { set; get; }

Gets and sets a reference to a user-defined Object.

This can be used to attach arbitrary data to a widget.

If you do not want this widget to have a reference to the Object, then weak_represented_object should be used instead.