Search
EditLinkTextEventArgs Members
Constructors Properties
 


Contains the arguments passed to the EditLinkTextEventHandler event handlers.

The following tables list the members exposed by the EditLinkTextEventArgs type.

 Public Constructors

  Name Description

EditLinkTextEventArgs

Initializes a new instance of the EditLinkTextEventArgs class.

 Public Properties

  Name Description

Label

Gets or sets a LinkLabel related to this event.

Link

Gets the link whose text was edited.

NewText

Gets the new text.

OldText

Gets the text before in-place editing.

 See Also