Could someone in the know please explain the intention of
PostCreate(). What happens when I call it, that kind of thing.
Or is it meant to be a hook which is called automatically by
Create() or some other mechanism?
Could someone in the know please explain the intention of PostCreate(). What happens when I call it, that kind of thing. Or is it meant to be a hook which is called automatically by Create() or some other mechanism?
What are some potential use-cases?
When you use the "Pre" method to create a window instance so you can later call the Create method, there are a few hosekeeping things that are needed to fully link up the real class with the pre-created instance. PostCreate does that for you. For example: