GLib
Object
Notify
GLib.Object.Notify Method
Emits a GObject "notify" signal for the property specified by
property_name
.
Syntax
protected
void
Notify
(
string
name)
Parameters
property_name
the name of a property on the underlying GObject.
Remarks
This method is used to notify consumers of the underlying GObject that something about the GObject property specified by
property_name
has changed.
Requirements
Namespace:
GLib
Assembly:
glib-sharp (in glib-sharp.dll)