ViewSwitchedEventArgs Class (Microsoft.Office.InfoPath)
Provides data for the ViewSwitched event of a form.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Syntax
'Declaration
Public MustInherit Class ViewSwitchedEventArgs
Inherits EventArgs
'Usage
Dim instance As ViewSwitchedEventArgs
public abstract class ViewSwitchedEventArgs : EventArgs
Remarks
In Microsoft Office InfoPath 2007, the ViewSwitchedEventArgs class does not provide any properties and methods for the ViewSwitched event other than those inherited from Object.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Office.InfoPath.ViewSwitchedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ViewSwitchedEventArgs Members
Microsoft.Office.InfoPath Namespace