Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISupportInitializeNotification.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
interface
ISupportInitializeNotification
:
ISupportInitialize
4
{
5
bool
IsInitialized
{
get
; }
6
7
event
EventHandler
Initialized
;
8
}
System.ComponentModel.ISupportInitializeNotification.IsInitialized
bool IsInitialized
Definition
ISupportInitializeNotification.cs:5
System.ComponentModel.ISupportInitializeNotification.Initialized
EventHandler Initialized
Definition
ISupportInitializeNotification.cs:7
System.ComponentModel.ISupportInitializeNotification
Definition
ISupportInitializeNotification.cs:4
System.ComponentModel.ISupportInitialize
Definition
ISupportInitialize.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.TypeConverter
System.ComponentModel
ISupportInitializeNotification.cs
Generated by
1.10.0