Class OperationDocumentationSessionEventArgs
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
Represents event arguments for an event involving operation documentation.
public class OperationDocumentationSessionEventArgs : SessionEventArgs
- Inheritance
-
OperationDocumentationSessionEventArgs
- Inherited Members
Properties
OperationDocumentation
Gets or sets the operation documentation associated with the session event.
public required IOperationDocumentation OperationDocumentation { get; init; }