IdeaStatusBeforeDeleteEventArgs
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class IdeaStatusBeforeDeleteEventArgs { int AuthorUserId { get; } DateTime CreatedDateUtc { get; } int Id { get; } Guid IdeaId { get; } string Note { get; } string StatusKey { get; } string Note(); string Note(string target); }