MediaOpeningEventArgs Class |
Represents the event arguments of the MediaOpening
or MediaChanging routed events.
Inheritance HierarchySystemObject
SystemEventArgs
CSVideoPlayerMediaOpeningEventArgs
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class MediaOpeningEventArgs : EventArgs
Public Class MediaOpeningEventArgs
Inherits EventArgs
Dim instance As MediaOpeningEventArgs
type MediaOpeningEventArgs =
class
inherit EventArgs
end
public class MediaOpeningEventArgs extends EventArgs
public class MediaOpeningEventArgs extends EventArgs
CSVideoPlayer.MediaOpeningEventArgs = function();
Type.createClass(
'CSVideoPlayer.MediaOpeningEventArgs',
EventArgs);
See Also