BCGControlBar Library for .NET
GridCellValueEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal itemLocation As Point, _
   ByVal newValue As Object _
)
'Usage
 
Dim itemLocation As Point
Dim newValue As Object
 
Dim instance As New GridCellValueEventArgs(itemLocation, newValue)
public GridCellValueEventArgs( 
   Point itemLocation,
   object newValue
)
public: GridCellValueEventArgs( 
   Point itemLocation,
   Object* newValue
)
public:
GridCellValueEventArgs( 
   Point itemLocation,
   Object^ newValue
)

Parameters

itemLocation
newValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridCellValueEventArgs Class
GridCellValueEventArgs Members

Send Feedback