Skip to main content

SchedulerSettings.ResourceCollectionCleared Property

Enables you to perform custom actions after the resources collection has been cleared.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EventHandler ResourceCollectionCleared { get; set; }

Property Value

Type Description
EventHandler

A method to which custom processing is delegated.

Remarks

The ResourceCollectionCleared event serves as a notification that the resource collection has been cleared. This occurs after the Clear method has been called for the ASPxSchedulerStorage.Resources.

See Also