Back to Devexpress

GotoDateFormEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxscheduler-922cb232.md

latest1.5 KB
Original Source

GotoDateFormEventHandler Delegate

A method that will handle the ASPxScheduler.GotoDateFormShowing event.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public delegate void GotoDateFormEventHandler(
    object sender,
    GotoDateFormEventArgs e
);
vb
Public Delegate Sub GotoDateFormEventHandler(
    sender As Object,
    e As GotoDateFormEventArgs
)

Parameters

NameTypeDescription
senderObject

The ASPxScheduler control which fires the event.

| | e | GotoDateFormEventArgs |

A GotoDateFormEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxScheduler Namespace