Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NestedContainer()

System.ComponentModel.NestedContainer.NestedContainer ( IComponent owner)
inline

Definition at line 95 of file NestedContainer.cs.

96 {
97 Owner = owner ?? throw new ArgumentNullException("owner");
98 Owner.Disposed += OnOwnerDisposed;
99 }
void OnOwnerDisposed(object sender, EventArgs e)

References System.ComponentModel.NestedContainer.OnOwnerDisposed(), and System.ComponentModel.NestedContainer.Owner.