Click or drag to resize
MediaPlayerEventArgs Constructor
Initializes a new instance of the MediaPlayerEventArgs class

Namespace: Veeplay.media.events
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MediaPlayerEventArgs(
	MediaTrackingEventsMediaEventType Type,
	string Message,
	List<string> Urls
)

Parameters

Type
Type: Veeplay.mediaMediaTrackingEventsMediaEventType
Message
Type: SystemString
Urls
Type: System.Collections.GenericListString
See Also