Tag context initialize handler delegate used to fetch the text from which tags will be generated.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public delegate string TagContextInitHandler()
Visual Basic
Public Delegate Function TagContextInitHandler As String
Visual C++
public delegate String^ TagContextInitHandler()
F#
type TagContextInitHandler = 
    delegate of unit -> string

Return Value

Type: String
Tag context string

See Also