Wimark.Controls Class Library  

DataGridViewDataErrorEventArgs.ThrowException Property

Gets or sets a value indicating whether to throw the exception after the DataGridViewDataErrorEventHandler delegate is finished with it.

[Visual Basic]
Public Property ThrowException As Boolean 
[C#]
public bool ThrowException {get; set;}
[C++]
public: __property bool get_ThrowException();
public: __property void set_ThrowException(bool);

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

DataGridViewDataErrorEventArgs Class | DataGridViewDataErrorEventArgs Members | Wimark.Controls Namespace | DataGridViewDataErrorEventHandler