Click or drag to resize
ITaxonDataSourceCreateLumpSplitEvent Method
Create lump split event.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void CreateLumpSplitEvent(
	IUserContext userContext,
	ILumpSplitEvent lumpSplitEvent
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
lumpSplitEvent
Type: ArtDatabanken.DataILumpSplitEvent
Information about the new lump split event. This object is updated with latest lump split event information.
See Also