Click or drag to resize
AttrValueControlEventArgs Constructor
Initializes a new instance of the AttrValueControlEventArgs class

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 AttrValueControlEventArgs(
	WebControl pControl,
	AttrValue pAttrValue
)

Parameters

pControl
Type: System.Web.UI.WebControlsWebControl
pAttrValue
Type: PDTec.IceNet.Core.ModelAttrValue
See Also