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

◆ OnCommandChanged()

virtual void System.ComponentModel.Design.MenuCommand.OnCommandChanged ( EventArgs e)
inlineprotectedvirtual

Definition at line 113 of file MenuCommand.cs.

114 {
115 this.CommandChanged?.Invoke(this, e);
116 }

Referenced by System.ComponentModel.Design.MenuCommand.SetStatus().