WebPartDisplayModeCancelEventHandler Delegate
Assembly: System.Web (in system.web.dll)
public delegate void WebPartDisplayModeCancelEventHandler ( Object^ sender, WebPartDisplayModeCancelEventArgs^ e )
/** @delegate */ public delegate void WebPartDisplayModeCancelEventHandler ( Object sender, WebPartDisplayModeCancelEventArgs e )
Not applicable.
Parameters
- sender
The source of the event.
- e
A WebPartDisplayModeCancelEventArgs that contains the event data.
The method specified in the WebPartDisplayModeCancelEventHandler delegate is called when a DisplayModeChanging event is raised.
Page developers can provide custom handlers for Web Parts events by adding an OnDisplayModeChanging attribute to the <asp:webpartmanager> element in a page, and assigning a custom method name to the attribute. A custom handler can also be assigned programmatically. For more information on programmatically assigning an event handler, see How to: Connect Event Handler Methods to Events.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.