Click or drag to resize

SuspendableDocumentNodeBaseResume(ISuspendToken, EventFiring) Method

Resumes changed events, either with taking the accumulated event data into account (see Resume(ISuspendToken)) or discarding the accumulated event data (see ResumeSilently(ISuspendToken), depending on the provided argument eventFiring.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Resume(
	ref ISuspendToken?? suspendToken,
	EventFiring eventFiring
)

Parameters

suspendToken  ISuspendToken
The suspend token.
eventFiring  EventFiring
This argument determines if the events are resumed taking the event data into account, or the resume is silent, i.e. accumulated event data are discarded.
See Also