WebPartDisplayModeCancelEventHandler Delegate
Represents the method that handles the DisplayModeChanging event of the WebPartManager class.
Assembly: System.Web (in System.Web.dll)
public delegate void WebPartDisplayModeCancelEventHandler( Object^ sender, WebPartDisplayModeCancelEventArgs^ e )
Parameters
- sender
- Type: System::Object
The source of the event.
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartDisplayModeCancelEventArgs
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.