Coon.Compass.DtaGenerator.DtaGenerator.onStartingFile C# (CSharp) Méthode

onStartingFile() protected méthode

protected onStartingFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
Résultat void
        protected virtual void onStartingFile(FilepathEventArgs e)
        {
            var handler = StartingFile;
            if (handler != null)
            {
                handler(this, e);
            }
        }