Skip to content

OnDeserialized dissappeared in 8? #3893

Discussion options

You must be logged in to vote

The parent BO should be able to override OnSetChildren:

  protected override void OnSetChildren(...)
  {
    base.OnSetChildren(...);
    HookEventHandlers();
  }

If that doesn't work, we might have to consider something more like OnDeserialized in MobileFormatter.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@rockfordlhotka
Comment options

@StefanOssendorf
Comment options

@swegele
Comment options

swegele May 1, 2024
Collaborator Author

@rockfordlhotka
Comment options

Answer selected by swegele
@swegele
Comment options

swegele May 1, 2024
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants