Expand Minimize
This topic has not yet been rated - Rate this topic

InfoPathEventType Enumeration (Microsoft.Office.Interop.InfoPath.SemiTrust)

Specifies the type of event defined by an InfoPathEventHandlerAttribute.

Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in microsoft.office.interop.infopath.semitrust.dll)
public enum InfoPathEventType
 Member nameDescription
NoneNo type is specified. 
OnAfterChangeSpecifies an event handler for an OnAfterChange event. 
OnAfterImportSpecifies an event handler for an OnAfterImport event. 
OnBeforeChangeSpecifies an event handler for an OnBeforeChange event. 
OnClickSpecifies an event handler for an OnClick event. 
OnContextChangeSpecifies an event handler for an OnContextChange event. 
OnLoadSpecifies an event handler for an OnLoad event. 
OnMergeRequestSpecifies an event handler for an OnMergeRequest event. 
OnSaveRequestSpecifies an event handler for an OnSaveRequest event. 
OnSignSpecifies an event handler for an OnSign event. 
OnSubmitRequestSpecifies an event handler for an OnSubmitRequest event. 
OnSwitchViewSpecifies an event handler for an OnSwitchView event. 
OnValidateSpecifies an event handler for an OnValidate event. 
OnVersionUpgradeSpecifies an event handler for an OnVersionUpgrade event. 
ImportantImportant:

To prevent errors in the specification of the InfoPathEventHandler attribute for an event handler, you should only use InfoPath user interface commands to add the stub for event handler code. For more information, see How to: Add an Event Handler.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.