PropertyValueDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the PropertyValueDataError event of a PropertyGrid control.
- C#
- VB.NET
public class PropertyValueDataErrorEventArgs : CancelEventArgs
Public Class PropertyValueDataErrorEventArgs
Inherits CancelEventArgs
Constructors
PropertyValueDataErrorEventArgs(changingItem, exception)
Initializes a new instance of the PropertyValueDataErrorEventArgs class.
| Name | Type | Description |
|---|---|---|
| changingItem | GridItem | The item in the grid that caused the data error. |
| exception | Exception | The exception that occurred while writing the property value. |
Properties
ChangingItem
GridItem: Returns the GridItem that is being changed.
Exception
Exception: Returns the exception that represents the error.
Used By
| Name | Description |
|---|---|
| PropertyValueDataErrorEventHandler | The event handler class that is invoked when a property in the grid cannot receive the value modified by the user. |