Class LockEventArgs
The event argument when a lock gets added to or removed from the lock manager
Inherited Members
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public class LockEventArgs : EventArgs
Constructors
| Improve this Doc View SourceLockEventArgs(IActiveLock)
Initializes a new instance of the LockEventArgs class.
Declaration
public LockEventArgs(IActiveLock activeLock)
Parameters
| Type | Name | Description |
|---|---|---|
| IActiveLock | activeLock | The lock that got added to or remoted from the lock manager |
Properties
| Improve this Doc View SourceLock
Gets the lock that got added to or remoted from the lock manager
Declaration
public IActiveLock Lock { get; }
Property Value
| Type | Description |
|---|---|
| IActiveLock |