[]
Initializes a new instance of the ItemEventArgs<T> class.
public ItemPropertyEventArgs(T item, string propertyName, ItemChangedType type)
Public Sub New(item As T, propertyName As String, type As ItemChangedType)
Type | Name | Description |
---|---|---|
T | item | An object value that indicates the item. |
string | propertyName | Name of the property. |
ItemChangedType | type | Specifies how the item changed |