summaryT:DotNetNuke.UI.Utilities.ClientAPIPostBackControl.PostBackEvent

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

Syntax

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

See Also