Page 1 of 1

Hook Question

Posted: Tue Aug 25, 2020 10:10 am
by dcrider
I would like to add a column to ContrFamily.splitSuperClones.gridFamily. Would the plugin that already exists at "ContrFamily.ModuleSelected_end" be the hook I should access?

I usually work with forms that have hooks in the Load method, but I noticed that top-level controls like ContrFamily don't have that method. Just want to make sure I'm looking in the right place, or if I need to request a hook to be added.

Re: Hook Question

Posted: Tue Aug 25, 2020 11:09 am
by dcrider
I think I answered my own question. I probably want to use ContrFamily.RefreshModuleScreen_end instead