Compartir a través de


InfoPathEventHandlerAttribute Clase

Definición

Aplique este atributo para definir un controlador de eventos en código de formulario.

public ref class InfoPathEventHandlerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class InfoPathEventHandlerAttribute : Attribute
type InfoPathEventHandlerAttribute = class
    inherit Attribute
Public NotInheritable Class InfoPathEventHandlerAttribute
Inherits Attribute
Herencia
InfoPathEventHandlerAttribute
Atributos

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.

Constructores

InfoPathEventHandlerAttribute()

Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Propiedades

DataObject

Obtiene o establece el nombre del adaptador de datos que es el origen de eventos en un InfoPathEventHandlerAttribute atributo aplicado a un controlador de eventos para un OnAfterChange evento.

EventType

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

MatchPath

Obtiene o establece la expresión XPath que especifica el origen del evento (cuando se aplica al evento) en un InfoPathEventHandlerAttribute atributo.

Se aplica a