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
- ScriptManager.cs
- UriTemplatePathPartiallyEquivalentSet.cs
- PieceDirectory.cs
- DesigntimeLicenseContext.cs
- ButtonAutomationPeer.cs
- UnauthorizedWebPart.cs
- LocalServiceSecuritySettingsElement.cs
- CngKey.cs
- Int32Storage.cs
- ViewCellRelation.cs
- XmlSchemaType.cs
- TdsParserSessionPool.cs
- DictionaryEditChange.cs
- WorkflowIdleBehavior.cs
- PeerObject.cs
- TextStore.cs
- FieldDescriptor.cs
- DllNotFoundException.cs
- KoreanLunisolarCalendar.cs
- DbConnectionClosed.cs
- Debug.cs
- MediaScriptCommandRoutedEventArgs.cs
- InvalidateEvent.cs
- XmlFormatWriterGenerator.cs
- XPathItem.cs
- CompiledELinqQueryState.cs
- LinearQuaternionKeyFrame.cs
- URL.cs
- followingquery.cs
- ServerValidateEventArgs.cs
- SQLInt16.cs
- PasswordPropertyTextAttribute.cs
- HandledEventArgs.cs
- ConstNode.cs
- FreezableOperations.cs
- DoubleConverter.cs
- COM2IPerPropertyBrowsingHandler.cs
- IncrementalCompileAnalyzer.cs
- TemplateBamlRecordReader.cs
- XmlDataCollection.cs
- AnchorEditor.cs
- BackgroundWorker.cs
- WeakRefEnumerator.cs
- AlphabeticalEnumConverter.cs
- QilUnary.cs
- HttpContextBase.cs
- LocationReferenceValue.cs
- MouseCaptureWithinProperty.cs
- UrlPropertyAttribute.cs
- NodeFunctions.cs
- EntityContainer.cs
- BookmarkWorkItem.cs
- ConnectionInterfaceCollection.cs
- ReliabilityContractAttribute.cs
- FormsAuthenticationModule.cs
- IIS7UserPrincipal.cs
- Tokenizer.cs
- DiscoveryReferences.cs
- SoapExtension.cs
- ParenExpr.cs
- StylusPointProperties.cs
- HtmlInputText.cs
- CodeNamespace.cs
- TryLoadRunnableWorkflowCommand.cs
- MimePart.cs
- SecurityStateEncoder.cs
- ContractNamespaceAttribute.cs
- NameTable.cs
- HwndKeyboardInputProvider.cs
- ReadContentAsBinaryHelper.cs
- DispatcherOperation.cs
- ActivityExecutionFilter.cs
- FileRecordSequenceCompletedAsyncResult.cs
- CodeGotoStatement.cs
- RIPEMD160.cs
- HttpBrowserCapabilitiesWrapper.cs
- Span.cs
- MetadataCollection.cs
- PointCollectionConverter.cs
- CompilationLock.cs
- ExternalFile.cs
- PostBackOptions.cs
- DeclarativeCatalogPart.cs
- ObjectItemAssemblyLoader.cs
- DummyDataSource.cs
- NavigatingCancelEventArgs.cs
- CollectionType.cs
- DocumentXPathNavigator.cs
- RijndaelCryptoServiceProvider.cs
- BitmapEffectDrawing.cs
- Translator.cs
- PtsContext.cs
- PointAnimationUsingKeyFrames.cs
- EffectiveValueEntry.cs
- ProfileInfo.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ErrorProvider.cs
- ToolboxItem.cs
- XmlArrayAttribute.cs
- ErrorFormatterPage.cs