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 |