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.CodeDom.CodeStatement
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
can be used to represent a statement that removes an event handler for an event.
The property specifies the event to remove the event handler from. The property specifies the event handler to remove.
Represents a statement that removes an event handler.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class with the specified event and event handler.
A that indicates the event to detach the event handler from.
A that indicates the event handler to remove.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class using the specified target object, event name, and event handler.
A that indicates the object that contains the event.
The name of the event.
A that indicates the event handler to remove.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeEventReferenceExpression
To be added: an object of type 'CodeEventReferenceExpression'
To be added
Gets or sets the event to remove a listener from.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeExpression
To be added: an object of type 'CodeExpression'
To be added
Gets or sets the event handler to remove.