DotNetNuke 5.2

Namespace:  DotNetNuke.Services.Syndication
Assembly:  DotNetNuke.Services.Syndication (in DotNetNuke.Services.Syndication.dll) Version: 5.2.0.0 (5.2.0.0)

Syntax

C#
public delegate void InitEventHandler(
	Object source,
	EventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub InitEventHandler ( _
	source As Object, _
	e As EventArgs _
)
Visual C++
public delegate void InitEventHandler(
	Object^ source, 
	EventArgs^ e
)

Parameters

source
Type: System..::.Object
e
Type: System..::.EventArgs

See Also