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
- ButtonBase.cs
- SiteMapDataSource.cs
- AutomationPropertyInfo.cs
- SoapIgnoreAttribute.cs
- AuthenticationException.cs
- UrlPath.cs
- DataGridViewCellStyleConverter.cs
- ToolStripDropDownClosingEventArgs.cs
- WindowsListViewGroupSubsetLink.cs
- GlyphShapingProperties.cs
- XamlParser.cs
- UnsafeNativeMethods.cs
- WorkflowInstanceAbortedRecord.cs
- InertiaTranslationBehavior.cs
- PingReply.cs
- XmlSubtreeReader.cs
- XmlSequenceWriter.cs
- DataGridViewColumnCollectionDialog.cs
- FlowchartDesignerCommands.cs
- DrawingGroup.cs
- IgnoreFileBuildProvider.cs
- DictionaryEntry.cs
- WindowsTokenRoleProvider.cs
- TemplatingOptionsDialog.cs
- Monitor.cs
- NoneExcludedImageIndexConverter.cs
- IOException.cs
- QueryInterceptorAttribute.cs
- CompositeDataBoundControl.cs
- ControlIdConverter.cs
- ButtonColumn.cs
- metadatamappinghashervisitor.cs
- UnknownWrapper.cs
- Decorator.cs
- MexBindingElement.cs
- TypefaceMap.cs
- XmlSchemaValidator.cs
- Timeline.cs
- KeyboardDevice.cs
- BasicCellRelation.cs
- Bidi.cs
- Registry.cs
- ListViewPagedDataSource.cs
- QilScopedVisitor.cs
- XmlAnyAttributeAttribute.cs
- PropertyPath.cs
- SecurityTokenProviderContainer.cs
- EmissiveMaterial.cs
- Asn1IntegerConverter.cs
- ProfileManager.cs
- RolePrincipal.cs
- ChangeToolStripParentVerb.cs
- BitmapEffect.cs
- DoubleStorage.cs
- MetadataSet.cs
- TimeSpanSecondsConverter.cs
- DataGrid.cs
- SyndicationSerializer.cs
- Literal.cs
- ControlBuilderAttribute.cs
- ZipFileInfo.cs
- FaultDescriptionCollection.cs
- Animatable.cs
- SqlTriggerAttribute.cs
- PrintPreviewDialog.cs
- ResourceAssociationType.cs
- DictionarySectionHandler.cs
- DispatcherBuilder.cs
- SiteMapProvider.cs
- ItemAutomationPeer.cs
- X509Certificate2Collection.cs
- XPathAxisIterator.cs
- Tokenizer.cs
- SQLMoneyStorage.cs
- LocatorPartList.cs
- BamlLocalizableResourceKey.cs
- ScriptControl.cs
- AttributeQuery.cs
- HighlightComponent.cs
- HttpResponseInternalWrapper.cs
- X509Utils.cs
- CodeConditionStatement.cs
- DataServiceQueryOfT.cs
- DependentTransaction.cs
- WebSysDefaultValueAttribute.cs
- EmptyControlCollection.cs
- ToolStripArrowRenderEventArgs.cs
- CompiledRegexRunnerFactory.cs
- UnsafeNativeMethodsPenimc.cs
- UIPermission.cs
- RuleRefElement.cs
- FontStretch.cs
- XmlText.cs
- AmbientLight.cs
- DispatcherFrame.cs
- ExpressionBuilder.cs
- SectionXmlInfo.cs
- DateTimeParse.cs
- CollectionDataContractAttribute.cs
- ElementFactory.cs