How to detect "does user open level sequence asset"? (Callback from opened asset?)

How to detect open/changing of level sequence?
I can fully access to LevelSequenceEditorBlueprintLibrary, so i can check it by Python request.
But how to detect open/changing LevelSequence after user doubleclicked on this asset in asset browser?
I need some kind of callback after asset opened.