DotNetNuke 5.2

Namespace:  DotNetNuke.UI.Utilities
Assembly:  DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll) Version: 4.1.2.7

Syntax

C#
public delegate void PostBackEvent(
	ClientAPIPostBackEventArgs Args
)
Visual Basic (Declaration)
Public Delegate Sub PostBackEvent ( _
	Args As ClientAPIPostBackEventArgs _
)
Visual C++
public delegate void PostBackEvent(
	ClientAPIPostBackEventArgs^ Args
)

See Also