/// <summary> /// OnObjectInitialize() /// </summary> protected async void OnObjectInitialize() { await this.LoadDataAsync(); await this.WakeServicesAsync(); ObjectInitialize?.Invoke(this, new EventArgs()); }
public static void InitializeObject(object value) { ObjectInitialize.Raise(null, new ChoEventArgs <object>(value)); }