Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / RegisteredDisposeScript.cs / 1305376 / RegisteredDisposeScript.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // 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
- EventToken.cs
- DataGridViewSortCompareEventArgs.cs
- AttachmentService.cs
- ObjectStateManager.cs
- ReplacementText.cs
- XAMLParseException.cs
- ResourceAssociationSet.cs
- DataGridViewColumnEventArgs.cs
- PropertyMappingExceptionEventArgs.cs
- TextProperties.cs
- SqlWriter.cs
- InvokeProviderWrapper.cs
- HttpListenerContext.cs
- HostedTransportConfigurationManager.cs
- LayoutManager.cs
- XmlSerializationGeneratedCode.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- StrongName.cs
- SystemIPv4InterfaceProperties.cs
- DataGridViewLinkColumn.cs
- MapPathBasedVirtualPathProvider.cs
- Ipv6Element.cs
- MultiView.cs
- BorderSidesEditor.cs
- AsyncResult.cs
- SchemaMerger.cs
- PolyQuadraticBezierSegment.cs
- CrossContextChannel.cs
- Literal.cs
- RoutedEventConverter.cs
- DateTimeSerializationSection.cs
- SessionIDManager.cs
- Effect.cs
- DataServiceQuery.cs
- _NTAuthentication.cs
- RegexWorker.cs
- HotCommands.cs
- SecureEnvironment.cs
- ScaleTransform3D.cs
- ObjectView.cs
- ComponentCommands.cs
- SerialErrors.cs
- BuildManager.cs
- BaseProcessor.cs
- RoleService.cs
- SqlDependencyUtils.cs
- TabControlAutomationPeer.cs
- UrlMappingsModule.cs
- ElementHostPropertyMap.cs
- UpdateCommand.cs
- PkcsMisc.cs
- ApplicationException.cs
- ClientFormsIdentity.cs
- SqlBooleanizer.cs
- ComplexPropertyEntry.cs
- PropertyGrid.cs
- RestHandlerFactory.cs
- ServiceOperation.cs
- ColorPalette.cs
- SoapProtocolReflector.cs
- NetTcpSecurityElement.cs
- DesignerDataRelationship.cs
- Debug.cs
- Html32TextWriter.cs
- XamlPathDataSerializer.cs
- TreeNode.cs
- XmlReflectionMember.cs
- PropertyInformation.cs
- SevenBitStream.cs
- Transform.cs
- FilteredReadOnlyMetadataCollection.cs
- HeaderLabel.cs
- basenumberconverter.cs
- SQLMoneyStorage.cs
- UInt32Storage.cs
- MetadataConversionError.cs
- IdentityNotMappedException.cs
- RegexInterpreter.cs
- Command.cs
- DataGridViewColumnTypePicker.cs
- TableCellCollection.cs
- SendingRequestEventArgs.cs
- InfoCardXmlSerializer.cs
- StylusDevice.cs
- Compiler.cs
- SynthesizerStateChangedEventArgs.cs
- EntityTypeBase.cs
- DataKeyArray.cs
- ServiceContractGenerationContext.cs
- GridLengthConverter.cs
- QuadTree.cs
- BlobPersonalizationState.cs
- EventDescriptorCollection.cs
- FirstMatchCodeGroup.cs
- httpapplicationstate.cs
- DriveNotFoundException.cs
- DataPagerFieldCommandEventArgs.cs
- ItemsPresenter.cs
- AnimationTimeline.cs
- TcpDuplicateContext.cs