Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Configuration / CustomWebEventKey.cs / 1 / CustomWebEventKey.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { internal class CustomWebEventKey { internal Type _type; internal int _eventCode; internal CustomWebEventKey(Type eventType, int eventCode) { _type = eventType; _eventCode = eventCode; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { internal class CustomWebEventKey { internal Type _type; internal int _eventCode; internal CustomWebEventKey(Type eventType, int eventCode) { _type = eventType; _eventCode = eventCode; } } } // 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
- WebPartMinimizeVerb.cs
- MemoryMappedView.cs
- OpenTypeLayoutCache.cs
- EndpointInstanceProvider.cs
- ContentIterators.cs
- SqlStream.cs
- ToolTipAutomationPeer.cs
- HandleTable.cs
- MenuItem.cs
- XmlAnyElementAttributes.cs
- TableAdapterManagerNameHandler.cs
- VectorConverter.cs
- PropertyMetadata.cs
- VersionConverter.cs
- RootBuilder.cs
- CacheDependency.cs
- PreDigestedSignedInfo.cs
- TreeViewBindingsEditorForm.cs
- HandleCollector.cs
- HttpWrapper.cs
- Utils.cs
- ProfileInfo.cs
- MessagePropertyFilter.cs
- PathGradientBrush.cs
- CounterCreationDataConverter.cs
- OciLobLocator.cs
- WebServiceClientProxyGenerator.cs
- FixedDocumentPaginator.cs
- IgnoreFlushAndCloseStream.cs
- SqlMethodCallConverter.cs
- FormsAuthenticationCredentials.cs
- KeyValuePairs.cs
- ProtocolsConfigurationHandler.cs
- ExpressionBindings.cs
- SplitterCancelEvent.cs
- SessionIDManager.cs
- PagesSection.cs
- ColorConverter.cs
- UserControl.cs
- QuerySettings.cs
- CancellationTokenSource.cs
- WindowHideOrCloseTracker.cs
- MessageVersion.cs
- TransactionFilter.cs
- EntityTypeBase.cs
- Automation.cs
- SocketException.cs
- StringStorage.cs
- HeaderCollection.cs
- ServiceModelInstallComponent.cs
- StringConverter.cs
- DataFieldConverter.cs
- ProvidersHelper.cs
- VariantWrapper.cs
- EntityKey.cs
- TextTreeFixupNode.cs
- URLBuilder.cs
- SessionSwitchEventArgs.cs
- OperationAbortedException.cs
- OperationPerformanceCounters.cs
- HashLookup.cs
- ReadOnlyDataSourceView.cs
- AnimationLayer.cs
- QilReplaceVisitor.cs
- RadioButtonList.cs
- ParallelTimeline.cs
- XamlToRtfParser.cs
- JumpPath.cs
- TransactionFlowElement.cs
- UriTemplateTrieLocation.cs
- SystemColors.cs
- ToolStripContainerDesigner.cs
- ConfigurationSettings.cs
- Brushes.cs
- RevocationPoint.cs
- AppLevelCompilationSectionCache.cs
- SingleSelectRootGridEntry.cs
- SpinLock.cs
- ComNativeDescriptor.cs
- ImageMapEventArgs.cs
- SHA1CryptoServiceProvider.cs
- StickyNote.cs
- BrowserCapabilitiesCompiler.cs
- SystemWebCachingSectionGroup.cs
- MessagingDescriptionAttribute.cs
- GPRECTF.cs
- CodeCatchClauseCollection.cs
- HttpClientProtocol.cs
- CodeAccessSecurityEngine.cs
- NotifyParentPropertyAttribute.cs
- DataGridRowHeaderAutomationPeer.cs
- EndOfStreamException.cs
- SelectionProcessor.cs
- ResXResourceReader.cs
- Misc.cs
- ConnectionStringsExpressionBuilder.cs
- MessageProtectionOrder.cs
- SocketSettings.cs
- CurrentTimeZone.cs
- PropertyEntry.cs