[]
Fires the item updated event.
protected virtual void FireItemUpdated(ISparkline item, string propertyName, object oldValue, object newValue)
Protected Overridable Sub FireItemUpdated(item As ISparkline, propertyName As String, oldValue As Object, newValue As Object)
Type | Name | Description |
---|---|---|
ISparkline | item | The item. |
string | propertyName | Name of the property. |
object | oldValue | The old value. |
object | newValue | The new value. |
Fires the item updated event.
protected virtual void FireItemUpdated(ISparkline item)
Protected Overridable Sub FireItemUpdated(item As ISparkline)
Type | Name | Description |
---|---|---|
ISparkline | item | The item. |