ContainerAfterCreateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ContainerAfterCreateEventArgs
{
	string AvatarUrl { get;  }
	Guid ContainerId { get;  }
	Guid ContainerTypeId { get;  }
	string Url { get;  }
	string HtmlName(string target);
}