For the complete documentation index, see llms.txt. This page is also available as Markdown.

ResourceEventArgs

Wisej.Web.Ext.FullCalendar.ResourceEventArgs

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)

Provides data for the ResourceChanged event.

public class ResourceEventArgs : EventArgs

Constructors

ResourceEventArgs(resource)

Initializes a new instance of ResourceEventArgs.

Name
Type
Description

resource

The Resource that has changed.

Properties

Resource

Resource: Returns the Resource that has changed.

Last updated

Was this helpful?