Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartDisplayModeEventArgs.cs / 1305376 / WebPartDisplayModeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; 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. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AsyncCompletedEventArgs.cs
- MDIClient.cs
- SequenceDesignerAccessibleObject.cs
- DataServiceOperationContext.cs
- FigureHelper.cs
- PersistenceException.cs
- SubpageParagraph.cs
- HttpWebRequest.cs
- TextServicesHost.cs
- Setter.cs
- RotateTransform.cs
- XmlSchemaInfo.cs
- basemetadatamappingvisitor.cs
- XmlElementAttribute.cs
- AssemblySettingAttributes.cs
- DomNameTable.cs
- ProtocolViolationException.cs
- Suspend.cs
- ResourceDisplayNameAttribute.cs
- InvariantComparer.cs
- PasswordDeriveBytes.cs
- StringValueConverter.cs
- EntityUtil.cs
- EncryptedReference.cs
- AssemblyCollection.cs
- DescendentsWalkerBase.cs
- ContentTextAutomationPeer.cs
- SelectionProcessor.cs
- TagPrefixCollection.cs
- FilteredAttributeCollection.cs
- ConfigurationSectionCollection.cs
- DateTimeParse.cs
- ExpressionBuilderCollection.cs
- StylusPlugin.cs
- NumericUpDown.cs
- DesignerLoader.cs
- Function.cs
- DiscoveryReferences.cs
- SchemaDeclBase.cs
- WindowsMenu.cs
- cache.cs
- HideDisabledControlAdapter.cs
- WebHttpDispatchOperationSelectorData.cs
- IndexedSelectQueryOperator.cs
- DbCommandDefinition.cs
- NonParentingControl.cs
- ChangeNode.cs
- ToolStripSplitButton.cs
- assertwrapper.cs
- CustomTypeDescriptor.cs
- documentsequencetextview.cs
- EditingMode.cs
- Rotation3D.cs
- ExpressionLexer.cs
- StringResourceManager.cs
- UserInitiatedRoutedEventPermission.cs
- ToolStripGripRenderEventArgs.cs
- ApplyImportsAction.cs
- OdbcConnection.cs
- TouchFrameEventArgs.cs
- ObjectIDGenerator.cs
- Margins.cs
- SByte.cs
- XmlILConstructAnalyzer.cs
- ToolStripSeparator.cs
- ApplicationFileParser.cs
- OutputCacheProfile.cs
- SortDescriptionCollection.cs
- ChildDocumentBlock.cs
- ConfigurationValidatorBase.cs
- DataTemplateKey.cs
- GridViewDeletedEventArgs.cs
- ProfileService.cs
- Decimal.cs
- SerTrace.cs
- Brush.cs
- DataContractSerializerSection.cs
- PrePrepareMethodAttribute.cs
- dtdvalidator.cs
- diagnosticsswitches.cs
- DataTableExtensions.cs
- LineSegment.cs
- SynchronousChannelMergeEnumerator.cs
- Repeater.cs
- Selection.cs
- DataObjectAttribute.cs
- TextRangeProviderWrapper.cs
- ContourSegment.cs
- XmlUtf8RawTextWriter.cs
- _ProxyRegBlob.cs
- SerialStream.cs
- HtmlInputFile.cs
- PieceNameHelper.cs
- SafeRegistryHandle.cs
- SafeRightsManagementHandle.cs
- BackgroundWorker.cs
- BaseCodeDomTreeGenerator.cs
- DefaultTextStoreTextComposition.cs
- WmlLabelAdapter.cs
- InputEventArgs.cs