protected virtual void OnParentChanged() #3281
-
Sometimes I need to do something in a child object after the Or is there another way to do this that I've missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh, silly me. There's already a |
Beta Was this translation helpful? Give feedback.
Oh, silly me. There's already a
protected virtual void SetParent(IParent parent)
. Sometimes you just have to ask the question to find the answer yourself.