WebEventCodes.UndefinedEventCode Campo
Definição
Representa o código de evento que indica que o valor do código de evento principal não está definido.Represents the event code indicating that the major event code value is not defined. Este campo é constante.This field is constant.
public: int UndefinedEventCode = 0;
public const int UndefinedEventCode = 0;
val mutable UndefinedEventCode : int
Public Const UndefinedEventCode As Integer = 0
Valor do campo
Comentários
UndefinedEventCoderepresenta o uso de um valor de código principal que não é definido pelo sistema.UndefinedEventCode represents the use of a major code value that is not defined by the system.