Hi all.
I'm applying filters to a few layers at runtime like this:
layer.setDefinitionExpression();
I'd like to catch the moment, when the changes has been applied (because, as it seems, they are applied with some delay).
Can anyone advise me on how can I do that?
Thanks!