IntervalFoundEventHandler Delegate
Represents a method that will handle the FreeTimeCalculator.IntervalFound event.
Namespace: DevExpress.XtraScheduler.Tools
Assembly: DevExpress.XtraScheduler.v24.1.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 FreeTimeCalculator object which raised the event. |
e | IntervalFoundEventArgs | A IntervalFoundEventArgs object which contains event data. |
See Also