Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ExceptionEventCreatedEventArgs.PatternEvent Property

Specifies the original Event occurrence that was changed.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v21.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