protected virtual void OnInvaildPath(InvalidPathEventArgs e) { if (InvalidPath != null) { InvalidPath(this, e); } else { throw e.Error; } }
public static void teFileOperationBase_InvalidPath(teFileOperationBase sender, InvalidPathEventArgs e) { //string fehlerPath = "Der Pfad ist ungültig"; }