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
- StructuredTypeEmitter.cs
- ListViewCommandEventArgs.cs
- Cursor.cs
- RuntimeWrappedException.cs
- ListBoxChrome.cs
- MapPathBasedVirtualPathProvider.cs
- PasswordBoxAutomationPeer.cs
- SecurityHeaderLayout.cs
- DataKeyArray.cs
- OperandQuery.cs
- BamlLocalizationDictionary.cs
- ContractNamespaceAttribute.cs
- DesignerInterfaces.cs
- ContentIterators.cs
- PropertyPathConverter.cs
- EntityDescriptor.cs
- BitmapFrameEncode.cs
- FormViewInsertedEventArgs.cs
- IndexingContentUnit.cs
- ImportCatalogPart.cs
- FrameworkElement.cs
- BrowserTree.cs
- Lease.cs
- ContextMarshalException.cs
- SplashScreenNativeMethods.cs
- TextEffect.cs
- TextViewSelectionProcessor.cs
- UriTemplateLiteralQueryValue.cs
- SoapEnumAttribute.cs
- Table.cs
- TextTreeUndo.cs
- PriorityRange.cs
- IntellisenseTextBox.cs
- AnimatedTypeHelpers.cs
- RtType.cs
- PowerStatus.cs
- HttpResponseInternalWrapper.cs
- NetworkInformationPermission.cs
- PlanCompilerUtil.cs
- CompositionDesigner.cs
- BrushMappingModeValidation.cs
- DependencySource.cs
- SynchronizationContext.cs
- x509store.cs
- SQLResource.cs
- RequestCachingSection.cs
- ViewPort3D.cs
- RegistryKey.cs
- SqlCommand.cs
- PartitionResolver.cs
- CodeAttachEventStatement.cs
- ObjectMemberMapping.cs
- XmlEntityReference.cs
- EntityWrapperFactory.cs
- RectAnimationUsingKeyFrames.cs
- ApplicationId.cs
- DayRenderEvent.cs
- ObjectToken.cs
- ItemAutomationPeer.cs
- RayHitTestParameters.cs
- ObjectAssociationEndMapping.cs
- MarginCollapsingState.cs
- UnauthorizedWebPart.cs
- ConsumerConnectionPoint.cs
- UriParserTemplates.cs
- TrackBarRenderer.cs
- ProxyElement.cs
- DataGridCommandEventArgs.cs
- XmlWriterDelegator.cs
- SelectorItemAutomationPeer.cs
- AnnotationAuthorChangedEventArgs.cs
- FilteredDataSetHelper.cs
- GridItemPattern.cs
- SystemDiagnosticsSection.cs
- BuildProvidersCompiler.cs
- FileDialog.cs
- ResourceExpression.cs
- StringSorter.cs
- CSharpCodeProvider.cs
- AddDataControlFieldDialog.cs
- HostingEnvironmentSection.cs
- SplitterPanel.cs
- Style.cs
- ExtendedProtectionPolicyElement.cs
- ConnectorDragDropGlyph.cs
- NonBatchDirectoryCompiler.cs
- HierarchicalDataBoundControl.cs
- CodeCompiler.cs
- AutomationPropertyInfo.cs
- OneOfConst.cs
- HandledMouseEvent.cs
- LinqDataSourceDeleteEventArgs.cs
- ResXResourceReader.cs
- SystemWebSectionGroup.cs
- UpdateException.cs
- SchemaAttDef.cs
- DataGridViewCellValidatingEventArgs.cs
- CodeDomConfigurationHandler.cs
- NTAccount.cs
- MultiPageTextView.cs