Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / ui / RegisteredDisposeScript.cs / 1 / RegisteredDisposeScript.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] 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; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] 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
- SchemaNotation.cs
- BlurEffect.cs
- Point3DConverter.cs
- SqlCommandSet.cs
- SQLInt32.cs
- ChannelFactoryRefCache.cs
- ValidationService.cs
- ServiceProviders.cs
- HyperLinkColumn.cs
- PngBitmapEncoder.cs
- GlobalizationSection.cs
- _IPv4Address.cs
- CodeAttributeDeclaration.cs
- BaseProcessor.cs
- StylusPointDescription.cs
- DetailsViewPagerRow.cs
- ConditionCollection.cs
- MaskedTextProvider.cs
- UITypeEditor.cs
- AsyncOperationManager.cs
- OleDbCommand.cs
- CustomLineCap.cs
- DesignerToolboxInfo.cs
- IndexingContentUnit.cs
- MetadataArtifactLoader.cs
- FontDialog.cs
- ComEventsHelper.cs
- InvalidDataContractException.cs
- WebPartDescription.cs
- mediapermission.cs
- Bits.cs
- CacheSection.cs
- XmlException.cs
- GeneratedView.cs
- XPathQilFactory.cs
- WpfWebRequestHelper.cs
- RequestCachePolicy.cs
- FontUnit.cs
- PropertyPanel.cs
- XmlFormatExtensionPointAttribute.cs
- FontCacheLogic.cs
- ProgramPublisher.cs
- ExtendedPropertyInfo.cs
- ListViewContainer.cs
- Internal.cs
- TypeSystemHelpers.cs
- PersonalizationState.cs
- CustomErrorCollection.cs
- StringBuilder.cs
- CodeDOMProvider.cs
- WebPartEditorOkVerb.cs
- X509Certificate2.cs
- XmlParserContext.cs
- WebPartVerbsEventArgs.cs
- Viewport3DAutomationPeer.cs
- WmiInstallComponent.cs
- ResXResourceSet.cs
- MultiView.cs
- ColumnResizeAdorner.cs
- HttpApplication.cs
- MenuCommand.cs
- CompensationToken.cs
- SafeProcessHandle.cs
- QueryResponse.cs
- PointAnimationClockResource.cs
- WebScriptMetadataMessageEncoderFactory.cs
- ICspAsymmetricAlgorithm.cs
- TextEditorMouse.cs
- Transaction.cs
- CacheVirtualItemsEvent.cs
- WorkflowInstanceProvider.cs
- XmlILCommand.cs
- Function.cs
- QueryResponse.cs
- StringComparer.cs
- BitmapCache.cs
- ZipIOExtraFieldZip64Element.cs
- SqlDependencyListener.cs
- SectionXmlInfo.cs
- CompleteWizardStep.cs
- DbConnectionFactory.cs
- RequestStatusBarUpdateEventArgs.cs
- Parser.cs
- CodeMethodReturnStatement.cs
- HttpApplicationStateWrapper.cs
- GeometryModel3D.cs
- BinHexEncoding.cs
- ScaleTransform.cs
- Scripts.cs
- DescriptionAttribute.cs
- NamedPipeProcessProtocolHandler.cs
- CryptoApi.cs
- TemplateBindingExtension.cs
- Delay.cs
- clipboard.cs
- IDQuery.cs
- RtfToken.cs
- ListChangedEventArgs.cs
- CacheSection.cs
- NetSectionGroup.cs