System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.EventArgs
System.Runtime.InteropServices.ComVisible(true)
A provides data about a event.
A object provides the following information:
-
A property that references the component being renamed.
-
An property that indicates the old name of the component.
-
A property that indicates the new name of the component.
Provides data for the event.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
The component to be renamed.
The old name of the component.
The new name of the component.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
To be added: an object of type 'object'
To be added
Gets the component that is being renamed.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
To be added
Gets the name of the component after the rename event.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
To be added
Gets the name of the component before the rename event.