Show / Hide Table of Contents

Class InputStringEventArgs

Event arguments for requesting a string sample to be created when sequence view is in create mode

Inheritance
System.Object
System.EventArgs
InputStringEventArgs
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 InputStringEventArgs : EventArgs

Constructors

View Source

InputStringEventArgs(Track, Int32)

Initializes a new instance of the InputStringEventArgs class

Declaration
public InputStringEventArgs(Track track, int tick)
Parameters
Type Name Description
Track track

Text track on which to create a string sample

System.Int32 tick

Tick at which to create the sample

Properties

View Source

DestinationTick

Gets or sets the tick to create sample at

Declaration
public int DestinationTick { get; set; }
Property Value
Type Description
System.Int32
View Source

DestinationTrack

Gets or sets the track to create a sample on

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