Wimark.Controls Class Library  

DataGridViewModelValueEventArgs Constructor

Initializes a new instance of the DataGridViewModelValueEventArgs class for the specified item index, property name and value.

[Visual Basic]
Public Sub New( _
   ByVal itemIndex As Integer, _
   ByVal propertyName As String, _
   ByVal value As Object _
)
 
[C#]
public DataGridViewModelValueEventArgs( 
   int itemIndex, 
   string propertyName, 
   object value 
);
[C++]
public: DataGridViewModelValueEventArgs( 
   int itemIndex, 
   String* propertyName, 
   Object* value 
);

Parameters

itemIndex
The item index of the property that raised the event.
propertyName
The item name of the property that raised the event.
value
The value of the property that raised the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewModelValueEventArgs Class | DataGridViewModelValueEventArgs Members | Wimark.Controls Namespace