Back to Devexpress

CameraControl.OnOptionsChanged(String, Object, Object) Method

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

latest1.5 KB
Original Source

CameraControl.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.Camera

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

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace