Skip to main content

ReminderBase.OnContentChanging(String, Object, Object) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override bool OnContentChanging(
    string propertyName,
    object oldValue,
    object newValue
)

Parameters

Name Type
propertyName String
oldValue Object
newValue Object

Returns

Type
Boolean
See Also