Show / Hide Table of Contents

Class SampleAvailableEventArgs

Event arguments for sequence's sample available event

Inheritance
System.Object
System.EventArgs
SampleAvailableEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Input
Assembly: Phoenix.Plugin.Input.dll
Syntax
public class SampleAvailableEventArgs : EventArgs

Constructors

View Source

SampleAvailableEventArgs(Sample)

Initializes a new instance of the SampleAvailableEventArgs class

Declaration
public SampleAvailableEventArgs(Sample sample)
Parameters
Type Name Description
Sample sample

Sample to initialize with

Properties

View Source

Sample

Gets or sets the sample that became available

Declaration
public Sample Sample { get; set; }
Property Value
Type Description
Sample
  • View Source
In This Article
Back to top Generated by DocFX