Table of Contents

Class LockChangedEventargs

Namespace
Loehnert.Lisrt.Framework.Services
Assembly
Loehnert.Lisrt.dll

Represents event args for a changing lock state.

public class LockChangedEventargs : EventArgs
Inheritance
LockChangedEventargs
Inherited Members

Constructors

LockChangedEventargs(IEnumerable<object>)

Initializes a new instance of the LockChangedEventargs class.

public LockChangedEventargs(IEnumerable<object> objects)

Parameters

objects IEnumerable<object>

Objects where the lock changed.

Exceptions

ArgumentNullException

Thrown when objects is null.

Properties

Objects

Gets the objects where the lock changed.

public IEnumerable<object> Objects { get; }

Property Value

IEnumerable<object>