PersistentObjectCancelMethod Delegate
A delegate method that enables you to hide specific persistent objects (appointments or resources) in the scheduler.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public delegate void PersistentObjectCancelMethod(
PersistentObjectCancelEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
e | Persistent |
objects that contains the required data. |