Wisej.Web.TagTextBoxRenderEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the TagRender event of a control.
Initializes a new instance of the class.
: Allows the application to change the background color of the tag displayed on the client.
: Allows the application to change the color of the text in the tag displayed on the client.
: Allows the application set the HTML to display in the tag instead of displaying the text.
text
Text of the tag that is being rendered.
index
Index of the tag that is being rendered.
Represents the method that will handle the TagRender event of a TagTextBox control.
Public Class TagTextBoxRenderEventArgs
Inherits TagTextBoxEventArgspublic class TagTextBoxRenderEventArgs : TagTextBoxEventArgs