Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Edhy is correct in that they will not be part of that event as they are, as you mentioned, custom. So the BO in this regard doesn't reflect over any CFPs (as this would be slow). So you are better off creating a single method that you call or even raise the event your self as these events are created on the BO. Most likely you will just want to create another method to funnel all calls through.
For example, in the Set of the CFP, you would call your custom method / event. This is ultimately all that the field events do.
|