OpenTween.PostDeletedEventArgs.PostDeletedEventArgs C# (CSharp) Method

PostDeletedEventArgs() public method

public PostDeletedEventArgs ( long statusId ) : System.Diagnostics
statusId long
return System.Diagnostics
        public PostDeletedEventArgs(long statusId)
        {
            this.StatusId = statusId;
        }
    }
PostDeletedEventArgs