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.v24.1.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