BCGControlBar Library for .NET
GridCompareElementsEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal obj1 As Object, _
   ByVal obj2 As Object _
)
'Usage
 
Dim obj1 As Object
Dim obj2 As Object
 
Dim instance As New GridCompareElementsEventArgs(obj1, obj2)
public GridCompareElementsEventArgs( 
   object obj1,
   object obj2
)
public: GridCompareElementsEventArgs( 
   Object* obj1,
   Object* obj2
)
public:
GridCompareElementsEventArgs( 
   Object^ obj1,
   Object^ obj2
)

Parameters

obj1
obj2
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

GridCompareElementsEventArgs Class
GridCompareElementsEventArgs Members

Send Feedback