Sign in
appsheet-third-party
/
epplus
/
refs/heads/main
/
.
/
AppsheetEpplus
/
FormulaParsing
/
IParsingLifetimeEventHandler.cs
blob: f4eeed69b43c37bb4c372bfb8a7fb22c04efbcd0 [
file
] [
log
] [
blame
] [
edit
]
namespace
AppsheetEpplus
;
public
interface
IParsingLifetimeEventHandler
{
void
ParsingCompleted
();
}