InterviewSolution
| 1. |
What Will Happen If We Remove Eventfilters ? |
|
Answer» If we remove EventFilters,then the all the events will fire.While programming in SDK,the unneccessary events should be neglected since it will DECLINE the performance of the application.When EventFilter is APPLIED to the SAPbouiCOM.Application object,then the events will fire as PER the requirement of the user and thus ENHANCING the performance of the application. If we remove EventFilters,then the all the events will fire.While programming in SDK,the unneccessary events should be neglected since it will decline the performance of the application.When EventFilter is applied to the SAPbouiCOM.Application object,then the events will fire as per the requirement of the user and thus enhancing the performance of the application. |
|