MediaInitializingEventArgs Class |
Represents the event arguments of the MediaInitializing routed event.
Inheritance HierarchySystemObject
SystemEventArgs
CSVideoPlayerMediaInitializingEventArgs
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class MediaInitializingEventArgs : EventArgs
Public Class MediaInitializingEventArgs
Inherits EventArgs
Dim instance As MediaInitializingEventArgs
type MediaInitializingEventArgs =
class
inherit EventArgs
end
public class MediaInitializingEventArgs extends EventArgs
public class MediaInitializingEventArgs extends EventArgs
CSVideoPlayer.MediaInitializingEventArgs = function();
Type.createClass(
'CSVideoPlayer.MediaInitializingEventArgs',
EventArgs);
The MediaInitializingEventArgs type exposes the following members.
Properties
See AlsoReference
System.WindowsRoutedEventArgs