Wimark.Controls Class Library  

DataGridViewModelPropertyErrorTextEventArgs Constructor

Initializes a new instance of the DataGridViewModelPropertyErrorTextEventArgs class for the specified item index, property name and error text.

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

Parameters

itemIndex
The item index of the property that raised the event.
propertyName
The item name of the property that raised the event.
text
The error text 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

DataGridViewModelPropertyErrorTextEventArgs Class | DataGridViewModelPropertyErrorTextEventArgs Members | Wimark.Controls Namespace