Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public delegate void PersistentObjectCancelMethod(
    PersistentObjectCancelEventArgs e
);

Parameters

Name Type Description
e PersistentObjectCancelEventArgs

objects that contains the required data.

See Also