[This is preliminary documentation and is subject to change.]

Regenerates content of LinkLabel

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void RegenerateContent()
Visual Basic
Protected Overridable Sub RegenerateContent
Visual C++
protected:
virtual void RegenerateContent()
F#
abstract RegenerateContent : unit -> unit 
override RegenerateContent : unit -> unit 
JScript
protected function RegenerateContent()

Remarks

Called by handlers of events of the ItemsListWithEvents<(Of <(<'T>)>)>

See Also