Click or drag to resize
ISimConnectWrapperAddClientEventToNotificationGroup Method
Wraps a call to SimConnect.AddClientEventToNotificationGroup.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddClientEventToNotificationGroup(
	Enum groupId,
	Enum eventId,
	bool maskable
)

Parameters

groupId
Type: SystemEnum
eventId
Type: SystemEnum
maskable
Type: SystemBoolean
See Also