StrataFrame Forum

Why not passing BO that was edited on form's FormEditingStateChanged?

http://forum.strataframe.net/Topic30533.aspx

By Fabian R Silva, - - 11/3/2011

Why Strataframe framework's Base Form  pass "nothing" instead of e.BusinessObject in FormEditingStateChanged event raise? I have some forms with parent/brother +child forms and I cannot known what BO is calling this (and it's called 1 time for each BO in includeInFormSave).

        Private Sub HandleBOEditingStateChanged(ByVal e As EditingStateChangedEventArgs)
            '-- Turn around and raise the form's event 
            RaiseEvent FormEditingStateChanged(New EditingStateChangedEventArgs(Nothing, Me.EditingState))
        End Sub

Thanks.