Event handler

Hi

I was wondering which one is faster - technically

If i set the class alias inside eventhandler

[EventHandler(MFEventHandlerType.MFEventHandlerBeforeCheckInChanges, Class = "CD_ALIAS")]

public void MyEventHandler(EventHandlerEnvironment env)

{

}

or if i set a filter search and check myself inside an event handler?

public SearchConditionsJA TargetFilter;

Thank you

Parents Reply
  • Hi Craig.

    My colleague searches for milliseconds when doing some stuff through VAF. So this would be a matter of assembly at the end :)  I told him the same as you did - similar if only contains class as a filter. But he just wants to know this. Probably for no other reason but to see if he is right Slight smile

    I'll tell him to send his own question to support and stop wasting our time Slight smile

    Thank you Craig.

Children