Hi
Maybe im missing something... I have to make a "MustIhnerit" class that will contains a "mustOverride" function that take a GridCommandEventArg as input parameter. My Problem is, when i use a GridCommandEventArg as parameter i have the error : "'MyFunction' cannot be declared 'Overrides' because it does not override a function in a base class. " but if i use an integer as input parameter, all is wroking good ! So maybe i misundertand somthing about it.
Thanks in advance for your help.
Maybe im missing something... I have to make a "MustIhnerit" class that will contains a "mustOverride" function that take a GridCommandEventArg as input parameter. My Problem is, when i use a GridCommandEventArg as parameter i have the error : "'MyFunction' cannot be declared 'Overrides' because it does not override a function in a base class. " but if i use an integer as input parameter, all is wroking good ! So maybe i misundertand somthing about it.
Thanks in advance for your help.