Show / Hide Table of Contents

Class FileSessionConfigurationLoadedEventArgs

Indicates that configuration has been loaded from the underlying file session.

Inheritance
System.Object
FileSessionConfigurationLoadedEventArgs
Namespace: MESL.SqlRace.Domain.FileSession
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FileSessionConfigurationLoadedEventArgs : EventArgs

Constructors

FileSessionConfigurationLoadedEventArgs()

Declaration
public FileSessionConfigurationLoadedEventArgs()

Properties

File

The Underlying File

Declaration
public string File { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX