Wisej.Web.LinkLabelLinkClickedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the LinkClicked event of a LinkLabel.
sender
The source of the event.
e
A that contains the event data.
Fired when a link is clicked within the control.
Wisej.Web.LinkLabelLinkClickedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the LinkClicked event.
Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link.
link
The link that was clicked.
String: Returns the link that was clicked.
Wisej.Web.LinkLabel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents an hyper-link control.
Initializes a new default instance of the LinkLabel class.
Initializes a new instance of the LinkLabel class with the specified text.
text
onLinkClicked
The event handler that executes when the link area is clicked.
Initializes a new instance of the Label class.
text
Initial text.
location
Initial location.
size
Initial size.
onLinkClicked
The event handler that executes when the link area is clicked.
Color: Returns or sets the color used to display an active link (while being pressed).
Default value is Color.Red.
Color: Returns or sets the color used when displaying a disabled link.
LinkArea: Returns or sets the range in the text to treat as a link.
Default value is a LinkArea with Start=0, Length = -1 Throws:
ArgumentOutOfRangeException The Start property of the LinkArea object is less than zero; or the Length property of the LinkArea object is less than -1.
LinkBehavior: Returns or sets a value that represents the behavior of a link. (Default: SystemDefault
)
Color: Returns or sets the color used when displaying a link.
Default value is Color.Blue
Boolean: Returns or sets whether the user can give the focus to this control using the TAB key. (Default: False
)
Fires the Click event.
e
Fires the LinkClicked event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Generates a Click event for the LinkLabel control.
LinkLabelLinkClickedEventHandler Fired when a link is clicked within the control.
EventHandler Fired when the value of the TabStop property changes.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
Wisej.Web.LinkArea
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents an area within a LinkLabel control that represents a hyperlink within the control.
Initializes a new instance of the LinkArea class.
start
length
The number of characters, after the starting character, to include in the link area.
Boolean: Returns a value indicating whether the LinkArea is empty.
Int32: Returns or sets the number of characters in the link area.
Int32: Returns or sets the starting location of the link area within the text of the LinkLabel.
Returns or sets the range in the text to treat as a link.
Represents the method that will handle the event of a .
The text to display on the .
An that contains the event data.
A that contains the event data.
Allows a control to act like a button on a .
Defines an object that can invoke a .
Exposes a common api implemented by components that can collect errors in relation to a .
All wisej controls derived from the class must implement this interface.
The zero-based starting location of the link area within the text of the .