Is there any function like these:
EnvironmentManager.Instance.RegisterReceiver(AddressOf PlaybackIndicationHandler, New MessageIdFilter(MessageId.SmartClient.PlaybackIndication))
Here, this function get called when playback gets any command
Similarly,
Is there any function like this that gets called when download video is complete
(Like, If exporter.Progress = 100 Then)