InfoPathEventHandlerAttribute.EventType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.