Click or drag to resize

ContextContextOpened Method

Called when a context is opened. The default implementation does nothing.

Namespace: Patagames.GedcomNetSdk.Primitives
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
protected virtual bool ContextOpened(
	Parser parser
)

Parameters

parser  Parser
The parser

Return Value

Boolean
true to continue processinf; false - exit to parent context. The default implementation always returns true.
See Also