glib-sharp2.6.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.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; }
System.AttributeConstructorPublic Constructor.
a containing the C name of the signal.
PropertySystem.StringThe C name of the signal.the C name of the signal as a System.AttributeUsage(AllowMultiple=False, Inherited=False, ValidOn=System.AttributeTargets.Event)