Back to Devexpress

TileControl.OnItemChanged(ContextItem, String, Object, Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-dot-onitemchanged-x28-devexpress-dot-utils-dot-contextitem-system-dot-string-system-dot-object-system-dot-object-x29.md

latest1.6 KB
Original Source

TileControl.OnItemChanged(ContextItem, String, Object, Object) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void OnItemChanged(
    ContextItem item,
    string propertyName,
    object oldValue,
    object newValue
)
vb
Public Sub OnItemChanged(
    item As ContextItem,
    propertyName As String,
    oldValue As Object,
    newValue As Object
)

Parameters

NameType
itemContextItem
propertyNameString
oldValueObject
newValueObject

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace