GroupDataSetEventHandler Delegate
Represents the method that will handle events fired by a GroupDataSet.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public delegate void GroupDataSetEventHandler (
object sender,
GroupDataSetEventArgs e
)
Parameters
sender
Type: GroupDataSet
The source of the event.
The source of the event.
e
Type: GroupDataSetEventArgs
The event data.
The event data.
Platforms
Windows, Linux, Android