IntervalFoundEventHandler Delegate
In This Article
Represents a method that will handle the FreeTimeCalculator.IntervalFound event.
Namespace: DevExpress.XtraScheduler.Tools
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public delegate void IntervalFoundEventHandler(
object sender,
IntervalFoundEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This parameter identifies the Free |
e | Interval |
A Interval |
See Also