Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartDisplayModeEventArgs.cs / 1 / WebPartDisplayModeEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls.WebParts {
using System;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class WebPartDisplayModeEventArgs : EventArgs {
private WebPartDisplayMode _oldDisplayMode;
public WebPartDisplayModeEventArgs(WebPartDisplayMode oldDisplayMode) {
_oldDisplayMode = oldDisplayMode;
}
public WebPartDisplayMode OldDisplayMode {
get {
return _oldDisplayMode;
}
set {
_oldDisplayMode = value;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripContentPanelDesigner.cs
- TripleDESCryptoServiceProvider.cs
- ContextStack.cs
- StringStorage.cs
- InvariantComparer.cs
- DataGridViewCellLinkedList.cs
- AssociatedControlConverter.cs
- SystemNetHelpers.cs
- EntityProviderServices.cs
- Wow64ConfigurationLoader.cs
- InvalidDocumentContentsException.cs
- FixedPage.cs
- XmlSiteMapProvider.cs
- EntitySqlQueryCacheKey.cs
- Stacktrace.cs
- bidPrivateBase.cs
- WinEventWrap.cs
- SqlCharStream.cs
- SecureEnvironment.cs
- FormsAuthenticationUserCollection.cs
- SHA1CryptoServiceProvider.cs
- ActivationArguments.cs
- ExecutionEngineException.cs
- DbProviderFactory.cs
- CollectionEditorDialog.cs
- HttpResponse.cs
- ColorAnimation.cs
- COM2ExtendedUITypeEditor.cs
- DataPointer.cs
- CopyNodeSetAction.cs
- DesignerLoader.cs
- VerificationException.cs
- GcHandle.cs
- Tile.cs
- DataListAutoFormat.cs
- XmlResolver.cs
- AssemblyCache.cs
- SqlWriter.cs
- ResXDataNode.cs
- Normalization.cs
- SspiNegotiationTokenProvider.cs
- PartialCachingAttribute.cs
- CodeTypeMemberCollection.cs
- SchemaExporter.cs
- XamlGridLengthSerializer.cs
- AutomationPropertyInfo.cs
- XmlHelper.cs
- RelationshipFixer.cs
- TabControlDesigner.cs
- DataSvcMapFileSerializer.cs
- FileDialog.cs
- GlyphElement.cs
- IpcManager.cs
- LeafCellTreeNode.cs
- LoginUtil.cs
- XmlAnyAttributeAttribute.cs
- AssociationTypeEmitter.cs
- LayoutTable.cs
- DataSourceHelper.cs
- Membership.cs
- ListDictionary.cs
- AttributeConverter.cs
- AccessDataSourceView.cs
- CompoundFileIOPermission.cs
- TaskExtensions.cs
- ControlBindingsCollection.cs
- DynamicActionMessageFilter.cs
- PeerPresenceInfo.cs
- WindowsMenu.cs
- TextWriterTraceListener.cs
- DesignTimeParseData.cs
- BaseServiceProvider.cs
- IISUnsafeMethods.cs
- ModelItemImpl.cs
- ControlBuilderAttribute.cs
- Tool.cs
- ActivityCodeDomReferenceService.cs
- ChannelBase.cs
- AssociationType.cs
- DataReaderContainer.cs
- ColumnResizeUndoUnit.cs
- ResourcePool.cs
- CollectionDataContractAttribute.cs
- PriorityQueue.cs
- RuntimeVariableList.cs
- DynamicDiscoSearcher.cs
- HttpHeaderCollection.cs
- xmlfixedPageInfo.cs
- SecurityDescriptor.cs
- WindowsTreeView.cs
- VirtualPath.cs
- OpenTypeLayout.cs
- DesignerObjectListAdapter.cs
- ConfigurationSectionCollection.cs
- KoreanCalendar.cs
- CssStyleCollection.cs
- SafeNativeMethodsCLR.cs
- Partitioner.cs
- DeviceContext.cs
- DbConnectionClosed.cs