ViewChangeEventHandler Delegate

The ViewChangeEventHandler delegate represents the method that will handle the ViewChanging event or the ViewChanged event of a ToolPane.

System.Object

      System.Delegate

            System.MulticastDelegate

                  Microsoft.SharePoint.WebPartPages.ViewChangeEventHandler

Remarks

When you create a ViewChangeEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

Requirements

Namespace: Microsoft.SharePoint.WebPartPages

Platforms: Microsoft Windows Server 2003

Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)

Security: Code Access Security