Namespace:  Refly.CodeDom
Assembly:  Refly (in Refly.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public delegate void StringEventHandler(
	Object sender,
	StringEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub StringEventHandler ( _
	sender As Object, _
	args As StringEventArgs _
)

See Also