Compartir a través de


InfoPathEventHandlerAttribute.EventType Propiedad

Definición

Obtiene o establece el tipo de evento especificado en un InfoPathEventHandlerAttribute atributo como enumeración InfoPathEventType .

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType EventType { Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType EventType { get; set; }
member this.EventType : Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType with get, set
Public Property EventType As InfoPathEventType

Valor de propiedad

Comentarios

Importante: Para evitar errores en la especificación del atributo InfoPathEventHandler para un controlador de eventos, solo debe usar comandos de la interfaz de usuario de InfoPath para agregar el código auxiliar del controlador de eventos. Para obtener más información, vea How to: Add an Event Handler Using the InfoPath 2003 Object Model.

Se aplica a