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
- SharedTcpTransportManager.cs
- XmlAutoDetectWriter.cs
- ToolBarOverflowPanel.cs
- Unit.cs
- DbDataRecord.cs
- TextServicesCompartmentContext.cs
- SamlAction.cs
- StatusBarPanel.cs
- MetadataArtifactLoaderCompositeFile.cs
- WorkflowRuntimeSection.cs
- InfoCardXmlSerializer.cs
- Int64Animation.cs
- UIntPtr.cs
- NativeCppClassAttribute.cs
- StreamInfo.cs
- SlotInfo.cs
- CharAnimationUsingKeyFrames.cs
- BuildManager.cs
- SelectorItemAutomationPeer.cs
- InputScopeConverter.cs
- COM2Enum.cs
- TextTreeUndo.cs
- Point3DAnimation.cs
- OdbcErrorCollection.cs
- BehaviorService.cs
- Debug.cs
- PeerNameResolver.cs
- SqlDelegatedTransaction.cs
- ConfigUtil.cs
- SoapSchemaImporter.cs
- SamlAttributeStatement.cs
- BitmapFrame.cs
- StylusPoint.cs
- AsymmetricKeyExchangeFormatter.cs
- DataSysAttribute.cs
- UpWmlPageAdapter.cs
- UnhandledExceptionEventArgs.cs
- StreamInfo.cs
- InternalConfigConfigurationFactory.cs
- OLEDB_Enum.cs
- HttpProfileGroupBase.cs
- TrackingMemoryStream.cs
- DelimitedListTraceListener.cs
- MouseOverProperty.cs
- SerTrace.cs
- SurrogateEncoder.cs
- HttpProtocolReflector.cs
- CqlWriter.cs
- ReachBasicContext.cs
- SafeArrayTypeMismatchException.cs
- ReadOnlyHierarchicalDataSource.cs
- SafeNativeMethods.cs
- WebServiceAttribute.cs
- StringAnimationUsingKeyFrames.cs
- ScrollChrome.cs
- ThreadSafeList.cs
- ObjectConverter.cs
- Cursor.cs
- TimerEventSubscriptionCollection.cs
- XmlSerializer.cs
- HttpConfigurationContext.cs
- DeflateStream.cs
- ItemCheckEvent.cs
- TextElementAutomationPeer.cs
- StateMachineWorkflow.cs
- WebConfigurationFileMap.cs
- BulletedListEventArgs.cs
- SecurityKeyIdentifier.cs
- InertiaTranslationBehavior.cs
- TypeDependencyAttribute.cs
- CustomError.cs
- ClassicBorderDecorator.cs
- DoubleAnimationClockResource.cs
- CodeGotoStatement.cs
- PerspectiveCamera.cs
- Localizer.cs
- PropertyDescriptorComparer.cs
- HtmlHead.cs
- GeometryCollection.cs
- IconHelper.cs
- Pair.cs
- QilDataSource.cs
- Transform3DGroup.cs
- RuntimeHandles.cs
- DataSourceCache.cs
- Select.cs
- EntityAdapter.cs
- UIElementCollection.cs
- IOException.cs
- ListSourceHelper.cs
- Switch.cs
- StylusPointProperties.cs
- InputMethodStateChangeEventArgs.cs
- DataGridViewCellParsingEventArgs.cs
- CollectionsUtil.cs
- DbDeleteCommandTree.cs
- DocumentGrid.cs
- ForwardPositionQuery.cs
- RectangleConverter.cs
- CodeDomLocalizationProvider.cs