Show / Hide Table of Contents

Class FileSessionFileLoadedEventArgs

Indicates that the underlying file has been loaded

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

Constructors

FileSessionFileLoadedEventArgs()

Declaration
public FileSessionFileLoadedEventArgs()

Properties

File

The Underlying File

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