public virtual void FocusEvent(object sender, EventArgs e) { //Log.Info("ZK_TEST", "Tag:" + this.GetTag() + " Focus"); FocusEventHandler?.Invoke(this, e); }
public static void Focus(object sender, MSceneObject mo) { FocusEventHandler?.Invoke(sender, new FocusEvent(mo)); }