Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.EventHandlerList Class Referencesealed

Classes

class  ListEntry
 

Public Member Functions

 EventHandlerList ()
 
void AddHandler (object key, Delegate? value)
 
void AddHandlers (EventHandlerList listToAddFrom)
 
void Dispose ()
 
void RemoveHandler (object key, Delegate? value)
 

Package Functions

 EventHandlerList (Component parent)
 

Properties

Delegatethis[object key] [get, set]
 

Private Member Functions

ListEntry Find (object key)
 

Private Attributes

ListEntry _head
 
readonly Component _parent
 

Detailed Description

Definition at line 3 of file EventHandlerList.cs.


The documentation for this class was generated from the following file: