Table of Contents

Class DependencyEventArgs

Namespace
Cuemon.Runtime
Assembly
Cuemon.Core.dll

Provides data for dependency related operations.

public class DependencyEventArgs : EventArgs
Inheritance
Object
EventArgs
DependencyEventArgs

Constructors

DependencyEventArgs(DateTime)

Initializes a new instance of the DependencyEventArgs class.

public DependencyEventArgs(DateTime utcLastModified)

Parameters

utcLastModified DateTime

Fields

Empty

Represents an event with no event data.

public static readonly DependencyEventArgs Empty

Field Value

DependencyEventArgs

Properties

UtcLastModified

Gets the System.DateTime value from when a Dependency was last changed, or a System.DateTime.MinValue if an empty event.

public DateTime UtcLastModified { get; }

Property Value

DateTime

The System.DateTime value from when a Dependency was last changed, or a System.DateTime.MinValue if an empty event.

Remarks

This property is measured in Coordinated Universal Time (UTC) (also known as Greenwich Mean Time).