public virtual void OnStaticInfoUpdated(StaticInfoEventArgs e) { if (StaticInfoUpdated != null) { StaticInfoUpdated(this, e); } }