Class that holds event arguments for DayPilotCalendar.EventResize event.

Namespace:  DayPilot.Web.Ui.Events
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public class EventResizeEventArgs : DayPilotEventArgs
Visual Basic (Declaration)
Public Class EventResizeEventArgs _
	Inherits DayPilotEventArgs
Visual C++
public ref class EventResizeEventArgs : public DayPilotEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DayPilot.Web.Ui.Events..::.DayPilotEventArgs
      DayPilot.Web.Ui.Events..::.EventResizeEventArgs

See Also