ViewSwitchedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the ViewSwitched event of a form.
public ref class ViewSwitchedEventArgs abstract : EventArgs
public abstract class ViewSwitchedEventArgs : EventArgs
type ViewSwitchedEventArgs = class
inherit EventArgs
Public MustInherit Class ViewSwitchedEventArgs
Inherits EventArgs
- Inheritance
-
ViewSwitchedEventArgs
Remarks
In Microsoft InfoPath, the ViewSwitchedEventArgs class does not provide any properties and methods for the ViewSwitched event other than those inherited from Object.
Constructors
ViewSwitchedEventArgs() |