Back to Devexpress

TileControl.OnOptionsChanged(String, Object, Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-dot-onoptionschanged-x28-system-dot-string-system-dot-object-system-dot-object-x29.md

latest1.4 KB
Original Source

TileControl.OnOptionsChanged(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 OnOptionsChanged(
    string propertyName,
    object oldValue,
    object newValue
)
vb
Public Sub OnOptionsChanged(
    propertyName As String,
    oldValue As Object,
    newValue As Object
)

Parameters

NameType
propertyNameString
oldValueObject
newValueObject

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace