summaryT:DotNetNuke.Services.Syndication.InitEventHandler

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

Syntax

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

Parameters

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

See Also