Show / Hide Table of Contents

Class SourceEventArgs

Source event arguments

Inheritance
System.Object
SourceEventArgs
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class SourceEventArgs

Constructors

SourceEventArgs(Source)

Initialize the source event with a source

Declaration
public SourceEventArgs(Source source)
Parameters
Type Name Description
Source source

Properties

Source

The played source for this event

Declaration
public Source Source { get; }
Property Value
Type Description
Source
Back to top Copyright © 2018 RevelDigital
Generated by DocFX