Skip to main content
.NET 6.0+

ExceptionEventCreatedEventArgs.PatternEvent Property

Specifies the original Event occurrence that was changed.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public IEvent PatternEvent { get; }

Property Value

Type Description
DevExpress.Persistent.Base.General.IEvent

An IEvent object that specifies the original Event occurrence which was changed.

See Also