Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / TemplateModeChangedEventArgs.cs / 1 / TemplateModeChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System; ///public class TemplateModeChangedEventArgs : EventArgs { private TemplateGroup _newTemplateGroup; /// public TemplateModeChangedEventArgs(TemplateGroup newTemplateGroup) { _newTemplateGroup = newTemplateGroup; } /// public TemplateGroup NewTemplateGroup { get { return _newTemplateGroup; } } } } // 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
- Positioning.cs
- JoinTreeNode.cs
- JournalEntry.cs
- LongTypeConverter.cs
- ChannelDispatcherCollection.cs
- ImageListStreamer.cs
- TableItemStyle.cs
- SimpleHandlerBuildProvider.cs
- WebConvert.cs
- GraphicsPathIterator.cs
- OlePropertyStructs.cs
- VerificationAttribute.cs
- DurableServiceAttribute.cs
- CompilerGlobalScopeAttribute.cs
- InheritanceRules.cs
- CompensationHandlingFilter.cs
- WebPartUserCapability.cs
- FilePresentation.cs
- PersonalizableTypeEntry.cs
- AxWrapperGen.cs
- DataGridViewHitTestInfo.cs
- ToolStripItemEventArgs.cs
- ExtensionsSection.cs
- IApplicationTrustManager.cs
- SqlRecordBuffer.cs
- ConsumerConnectionPoint.cs
- OdbcParameterCollection.cs
- StreamGeometry.cs
- StatusBarPanelClickEvent.cs
- HwndAppCommandInputProvider.cs
- Matrix3DValueSerializer.cs
- ListViewItem.cs
- SqlDataReader.cs
- URL.cs
- TimerTable.cs
- WebEventTraceProvider.cs
- TableHeaderCell.cs
- ManipulationDevice.cs
- PageThemeBuildProvider.cs
- DispatchWrapper.cs
- ExtendedProtectionPolicy.cs
- DirectoryRedirect.cs
- TextProperties.cs
- FakeModelItemImpl.cs
- NetworkInformationException.cs
- PersonalizationStateQuery.cs
- PropertyConverter.cs
- AlternateView.cs
- OleStrCAMarshaler.cs
- Console.cs
- LassoHelper.cs
- uribuilder.cs
- TextHidden.cs
- PerformanceCountersElement.cs
- StaticSiteMapProvider.cs
- FormViewUpdatedEventArgs.cs
- SoundPlayerAction.cs
- TextRenderer.cs
- ConfigurationLocation.cs
- MimeTypeMapper.cs
- RsaSecurityTokenAuthenticator.cs
- ResolveMatchesCD1.cs
- LogManagementAsyncResult.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- DownloadProgressEventArgs.cs
- CodeDomDecompiler.cs
- ProfileSettings.cs
- EntityObject.cs
- TextContainerChangedEventArgs.cs
- ContentFileHelper.cs
- SoapMessage.cs
- FontFamilyValueSerializer.cs
- ClientRolePrincipal.cs
- OleDbDataAdapter.cs
- FixedSchema.cs
- IntSecurity.cs
- FixedStringLookup.cs
- DockAndAnchorLayout.cs
- ConstraintCollection.cs
- NameNode.cs
- VisualBasicImportReference.cs
- MenuRenderer.cs
- SurrogateSelector.cs
- ObjectSecurityT.cs
- OutputCacheProfile.cs
- Point.cs
- IsolatedStorage.cs
- ValidatorCompatibilityHelper.cs
- AxWrapperGen.cs
- KnownBoxes.cs
- PcmConverter.cs
- InstanceKeyCompleteException.cs
- RightsManagementEncryptedStream.cs
- XmlDocumentSchema.cs
- XmlSchemaSet.cs
- QueryTask.cs
- TimeSpanOrInfiniteValidator.cs
- TextBox.cs
- RichTextBoxConstants.cs
- LazyInitializer.cs