MediaEventonUnload Method |
This method will be invoked by the player once the event has reached
the end point and will be deallocated.
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public abstract void onUnload()
Public MustOverride Sub onUnload
public:
virtual void onUnload() abstract
abstract onUnload : unit -> unit
See Also