Back to Devexpress

IntervalFoundEventHandler Delegate

corelibraries-devexpress-dot-xtrascheduler-dot-tools-ea8a7fcc.md

latest1.5 KB
Original Source

IntervalFoundEventHandler Delegate

Represents a method that will handle the FreeTimeCalculator.IntervalFound event.

Namespace : DevExpress.XtraScheduler.Tools

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source. This parameter identifies the FreeTimeCalculator object which raised the event.

| | e | IntervalFoundEventArgs |

A IntervalFoundEventArgs object which contains event data.

|

See Also

DevExpress.XtraScheduler.Tools Namespace