gconf-sharp
0.0.0.0
neutral
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
Arguments of the GConf Notify event that was called due to a GConf key being added, removed or updated.
To be added
System.EventArgs
Constructor
This constructor is called to initialize a NotifyEventArgs with the key/value that was updated, removed or added in GConf
To be added: an object of type 'string'
To be added: an object of type 'object'
an object of type 'GConf.NotifyEventArgs', event arguments to the NotifyEventHandler delegate
Property
System.Object
This NotifyEventArgs property refers to the GConf Value from an entry which modification, addition or removal cause the event to be fired.
the object stored in the GConf which modification, removal or addition cause the event to be fired.
To be added
Property
System.String
This NotifyEventArgs property refers to the key which value modification, addition or removal cause the event to be fired.
a string for the key name
To be added