Click or drag to resize
GDAppEvent Constructor (GDAppEventType, GDAppResultCode)
Parameterized event constructor.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public GDAppEvent(
	GDAppEventType type,
	GDAppResultCode code
)

Parameters

type
Type: GDGDAppEventType
Type of the event.
code
Type: GDGDAppResultCode
Result code of the event.
See Also