Click or drag to resize
JavaScriptEventItemAppenderAppend Method (AttributeCollection, JavaScriptEventItem)
Appends like on put stack last-in-first-out (LIFO) last appended first executed

Namespace: PDTec.IceNet.Web.UI
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void Append(
	AttributeCollection pAttributes,
	JavaScriptEventItem pEventItem
)

Parameters

pAttributes
Type: System.Web.UIAttributeCollection
pEventItem
Type: PDTec.IceNet.Web.UIJavaScriptEventItem
See Also