Class SampleEventArgs
Sample event arguments
public class SampleEventArgs : EventArgs
- Inheritance
-
SampleEventArgs
- Inherited Members
Constructors
SampleEventArgs(float, float)
Constructor
public SampleEventArgs(float left, float right)
Parameters
Properties
Left
Left sample
public float Left { get; set; }
Property Value
Right
Right sample
public float Right { get; set; }