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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void Append(
	AttributeCollection pAttributes,
	JavaScriptEventItem pEventItem
)

Parameters

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