Spread for ASP.NET 7.0 Product Documentation
ItemPropertyEventArgs<T> Constructor
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ItemPropertyEventArgs<T> Class : ItemPropertyEventArgs<T> Constructor


item
An object value that indicates the item.
propertyName
Name of the property.
type
Specifies how the item changed

Glossary Item Box

Initializes a new instance of the ItemEventArgs<T> class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal item As T, _
   ByVal propertyName As String, _
   ByVal type As ItemChangedType _
)
Visual Basic (Usage)Copy Code
Dim item As T
Dim propertyName As String
Dim type As ItemChangedType
 
Dim instance As New ItemPropertyEventArgs(Of T)(item, propertyName, type)
C# 
public ItemPropertyEventArgs<T>( 
   T item,
   string propertyName,
   ItemChangedType type
)

Parameters

item
An object value that indicates the item.
propertyName
Name of the property.
type
Specifies how the item changed

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.