ViewSwitchedEventArgs Class

Provides data for the ViewSwitched event of a form.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Office.InfoPath.ViewSwitchedEventArgs

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 InfoPath 2010, the ViewSwitchedEventArgs class does not provide any properties and methods for the ViewSwitched event other than those inherited from Object.

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