Animatroller.Framework.LogicalDevice.Event.VideoCommandEventArgs.VideoCommandEventArgs C# (CSharp) Method

VideoCommandEventArgs() public method

public VideoCommandEventArgs ( Commands command, string videoFile ) : System
command Commands
videoFile string
return System
        public VideoCommandEventArgs(Commands command, string videoFile)
        {
            this.Command = command;
            this.VideoFile = videoFile;
        }
VideoCommandEventArgs