Skip to main content

QueryWorkTimeEventArgs Class

Provides data for the SchedulerControl.QueryWorkTime event.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class QueryWorkTimeEventArgs :
    EventArgs

Remarks

An instance of the QueryWorkTimeEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
QueryWorkTimeEventArgs
See Also