Back to Devexpress

PersistentObjectCancelMethod Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-c03aa3fa.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void PersistentObjectCancelMethod(
    PersistentObjectCancelEventArgs e
);
vb
Public Delegate Sub PersistentObjectCancelMethod(
    e As PersistentObjectCancelEventArgs
)

Parameters

NameTypeDescription
ePersistentObjectCancelEventArgs

objects that contains the required data.

|

See Also

DevExpress.Web.Mvc Namespace