Description public sealed class Description : Attribute Defines a description tag for event handlers. Documentation public string Description { get; } Returns the description for the event handler. public Description(string description) Initializes a new instance of the Description class.