I have a general question.
If I have a CSLA object on a Widnows form and I want to listen to PropertyChangedEvent, such as
Private WithEvents _csla as BusinessBase.
Private Sub _csla_PropertyChanged(....) Handles _csla.PropertyCHanged.
How is this approach handled during serialization process as part of Save procedure? Is remoting engine going to try to serialize the form itself?
Thanks.
Copyright (c) Marimer LLC