glib-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.AttributeSystem.AttributeUsage(System.AttributeTargets.Event, Inherited=false)Marks events generated from signals
This attribute indentifies events generated from signals and allows obtaining its original name.
[GLib.Signal("destroy")]
public event System.EventHandler Destroyed { add; remove; }
Constructor
a containing the C name of the signal.
Public Constructor.PropertySystem.StringThe C name of the signal.the C name of the signal as a