Click or drag to resize
GDAppEventcode Property
This property contains an event result code.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public GDAppResultCode code { get; set; }

Property Value

Type: GDAppResultCode
Remarks
For success events, the GDErrorNone code is used. Other values in the GDAppResultCode enumeration are used for errors.
See Also