Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IComponent.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
[Designer(
"System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
)]
4
[Designer(
"System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
,
"System.ComponentModel.Design.IRootDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
5
[TypeConverter(
"System.ComponentModel.ComponentConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
6
public
interface
IComponent
:
IDisposable
7
{
8
ISite
?
Site
{
get
;
set
; }
9
10
event
EventHandler?
Disposed
;
11
}
System.ComponentModel.IComponent.Disposed
EventHandler? Disposed
Definition
IComponent.cs:10
System.ComponentModel.IComponent.Site
ISite? Site
Definition
IComponent.cs:8
System.ComponentModel.IComponent
Definition
IComponent.cs:7
System.ComponentModel.ISite
Definition
ISite.cs:6
System.IDisposable
Definition
IDisposable.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.Primitives
System.ComponentModel
IComponent.cs
Generated by
1.10.0