Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlExpressionDumper.cs
- MetadataHelper.cs
- PartialList.cs
- Normalization.cs
- XsdCachingReader.cs
- CancelAsyncOperationRequest.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- DataGridViewLayoutData.cs
- Transform.cs
- SystemDiagnosticsSection.cs
- _IPv4Address.cs
- UrlUtility.cs
- XhtmlBasicCalendarAdapter.cs
- SQLByteStorage.cs
- XmlSchemaAppInfo.cs
- ByteAnimationBase.cs
- FrameworkPropertyMetadata.cs
- OrderedDictionary.cs
- CodeParameterDeclarationExpression.cs
- BindingValueChangedEventArgs.cs
- Debug.cs
- DecimalKeyFrameCollection.cs
- DocumentGridPage.cs
- UInt32Storage.cs
- EdmFunction.cs
- ClientRuntimeConfig.cs
- ApplicationCommands.cs
- CalendarAutoFormatDialog.cs
- ResolveNameEventArgs.cs
- AsymmetricAlgorithm.cs
- SqlRewriteScalarSubqueries.cs
- BamlReader.cs
- ADConnectionHelper.cs
- JsonXmlDataContract.cs
- TableLayoutPanel.cs
- CompilerParameters.cs
- FileDialogCustomPlacesCollection.cs
- AliasExpr.cs
- BufferCache.cs
- ToolStripTextBox.cs
- HtmlUtf8RawTextWriter.cs
- SortFieldComparer.cs
- ListViewCancelEventArgs.cs
- StorageBasedPackageProperties.cs
- DecoratedNameAttribute.cs
- XmlSchemaSimpleType.cs
- arabicshape.cs
- FormsAuthenticationUser.cs
- HandlerFactoryCache.cs
- CrossContextChannel.cs
- unitconverter.cs
- _HeaderInfoTable.cs
- StateMachineWorkflow.cs
- CommonGetThemePartSize.cs
- RtfFormatStack.cs
- Emitter.cs
- DbExpressionBuilder.cs
- RightsManagementInformation.cs
- Stream.cs
- TextServicesProperty.cs
- StylusPointProperty.cs
- StringValueSerializer.cs
- GeometryCollection.cs
- ObsoleteAttribute.cs
- TargetException.cs
- FontUnitConverter.cs
- WindowsStatic.cs
- StrongNameMembershipCondition.cs
- XmlElement.cs
- ReverseInheritProperty.cs
- TreeViewItem.cs
- WebPartCancelEventArgs.cs
- ResXFileRef.cs
- SymmetricCryptoHandle.cs
- FormatterServices.cs
- streamingZipPartStream.cs
- ServiceX509SecurityTokenProvider.cs
- ServiceMetadataContractBehavior.cs
- GlyphInfoList.cs
- StylusButtonEventArgs.cs
- AdapterDictionary.cs
- UIElementCollection.cs
- LinkTarget.cs
- SqlConnectionPoolProviderInfo.cs
- DesignerUtils.cs
- PublishLicense.cs
- EncoderReplacementFallback.cs
- ProtocolsConfiguration.cs
- XPathChildIterator.cs
- SrgsElementFactory.cs
- XmlTextWriter.cs
- TextBreakpoint.cs
- BaseDataBoundControl.cs
- ParseChildrenAsPropertiesAttribute.cs
- CancelEventArgs.cs
- TimeSpanStorage.cs
- AssemblyResourceLoader.cs
- LocationReferenceValue.cs
- ColorKeyFrameCollection.cs
- DragStartedEventArgs.cs