Taijutsu.Data.Internal.FinishedEventArgs.FinishedEventArgs C# (CSharp) Method

FinishedEventArgs() public method

public FinishedEventArgs ( bool completed ) : System
completed bool
return System
        public FinishedEventArgs(bool completed)
        {
            Completed = completed;
        }
FinishedEventArgs