Page 1 of 1

ProcessCommand?

PostPosted: 04 Nov 2014 02:17
by mjq
Hello!

Please teach me how ProcessCommand method works.

In your Demo (JQueryDemoIW14_V2),
you used ProcessCommand override-method after creating frame.

If there is no explicit call as this,
is ProcessCommand method executed somewhere?

Why this method is used in this situation?

In the first place, why this method exists as override method?

I investigated about ProcessCommand method,
but I could find no topics about this.

Thanks in advance.

Best regards.

Re: ProcessCommand?

PostPosted: 04 Nov 2014 10:30
by Jorge Sousa
Hello

The ProcessCommand is related to our demo only, has nothing to do with our components

Re: ProcessCommand?

PostPosted: 04 Nov 2014 15:17
by Alexander Bulei
Hi mjq,

ProcessCommand is a public virtual method, internally, is not used but can be used by user.
Basically, it's a helper method for user.

For instance, like we have in our demo.

Best Regards.

Re: ProcessCommand?

PostPosted: 06 Nov 2014 08:16
by mjq
Hi,

I understand.

I would like to utilize it as helper method.

Thank you for teaching.

Best regards.