I have been looking at sample that Rocky gave to refresh for example a CustomerList when a Editble Customer object is updated without refreshing the whole customer list.
I have modified my save factory method to call the method to raise the event
Dim result As Administrator = MyBase.Save
OnAdminstratorSaved(Me, New Csla.Core.SavedEventArgs(result))
Where and how on my AdministratorList object will i hook up to the the AdministratorSaved event specified on the Administrator object? Protected Overrides Sub Initialize() ?
I would prefer to do it like Rocky's proposed solution in one of his samples excluded from his book.
Copyright (c) Marimer LLC