Banshee.Sources.TrackEventArgs.TrackEventArgs C# (CSharp) Method

TrackEventArgs() public method

public TrackEventArgs ( ) : System
return System
        public TrackEventArgs ()
        {
            when = DateTime.Now;
        }
TrackEventArgs