TagTextBoxEventArgs
Wisej.Web.TagTextBoxEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
public class TagTextBoxEventArgs : EventArgs
Public Class TagTextBoxEventArgs
Inherits EventArgs
Constructors
Properties
Used By
TagTextBoxEventHandler
Wisej.Web.TagTextBoxEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
public delegate void TagTextBoxEventHandler(Object sender, TagTextBoxEventArgs e)
Public Delegate Sub TagTextBoxEventHandler(ByVal sender As [Object], ByVal e As TagTextBoxEventArgs)
Parameters
Fired By
TagTextBoxMousEventArgs
Wisej.Web.TagTextBoxMousEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
public class TagTextBoxMousEventArgs : MouseEventArgs
Public Class TagTextBoxMousEventArgs
Inherits MouseEventArgs
Constructors
Initializes a new instance of the TagTextBoxMousEventArgs class.
Text of the tag that is being notified with the event.
Index of the tag that is being notified with the event.
One of the MouseButtons values that indicate which mouse button was pressed.
The number of times a mouse button was pressed.
Properties
Int32: Returns the index of the tag being clicked or double clicked.
String: Text of the tag that is being clicked or double clicked.
Used By
TagTextBoxMousEventHandler
Wisej.Web.TagTextBoxMousEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
public delegate void TagTextBoxMousEventHandler(Object sender, TagTextBoxMousEventArgs e)
Public Delegate Sub TagTextBoxMousEventHandler(ByVal sender As [Object], ByVal e As TagTextBoxMousEventArgs)
Parameters
Fired By
TagTextBoxRenderEventHandler
Wisej.Web.TagTextBoxRenderEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
public delegate void TagTextBoxRenderEventHandler(Object sender, TagTextBoxRenderEventArgs e)
Public Delegate Sub TagTextBoxRenderEventHandler(ByVal sender As [Object], ByVal e As TagTextBoxRenderEventArgs)
Parameters
Fired By