Phosphinator.FilepathEventArgs.FilepathEventArgs C# (CSharp) Method

FilepathEventArgs() public method

public FilepathEventArgs ( string filepath ) : System
filepath string
return System
        public FilepathEventArgs(string filepath)
        {
            this.filepath = filepath;
        }
FilepathEventArgs