Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ProcessInputEventArgs.cs
- FrameworkRichTextComposition.cs
- MessageBox.cs
- DataTableReader.cs
- MaskDescriptor.cs
- PopOutPanel.cs
- ContractUtils.cs
- ReadOnlyCollection.cs
- HtmlControl.cs
- ActivityExecutor.cs
- SessionEndedEventArgs.cs
- AuthorizationRule.cs
- PathData.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- CodeExporter.cs
- Version.cs
- ProtectedConfigurationSection.cs
- WebPartCloseVerb.cs
- ToolStripItemClickedEventArgs.cs
- XmlUTF8TextReader.cs
- ScaleTransform.cs
- UnknownBitmapEncoder.cs
- Menu.cs
- BaseCollection.cs
- ColorMatrix.cs
- FactoryMaker.cs
- MatrixCamera.cs
- XmlCustomFormatter.cs
- Vector3DCollectionValueSerializer.cs
- CompiledQuery.cs
- Int32CollectionConverter.cs
- XmlComplianceUtil.cs
- TreeViewItemAutomationPeer.cs
- CalendarButtonAutomationPeer.cs
- FileBasedResourceGroveler.cs
- XmlMemberMapping.cs
- NativeMethods.cs
- FieldMetadata.cs
- XmlSchemaExporter.cs
- LicenseContext.cs
- Source.cs
- ConfigurationPropertyCollection.cs
- AffineTransform3D.cs
- RepeaterItemCollection.cs
- InvalidFilterCriteriaException.cs
- MemberHolder.cs
- TaskSchedulerException.cs
- HttpCacheParams.cs
- TypeSemantics.cs
- TextTreeTextNode.cs
- AxHost.cs
- StrokeNodeOperations.cs
- OracleString.cs
- TraceHandlerErrorFormatter.cs
- Visitors.cs
- TextReturnReader.cs
- CanonicalXml.cs
- SQLGuidStorage.cs
- OptimalBreakSession.cs
- AtomServiceDocumentSerializer.cs
- MissingSatelliteAssemblyException.cs
- NavigationCommands.cs
- cache.cs
- IndexedString.cs
- CalendarTable.cs
- TokenBasedSet.cs
- DataGridColumn.cs
- PlanCompilerUtil.cs
- ColorMatrix.cs
- EventDescriptor.cs
- SettingsProperty.cs
- UnaryOperationBinder.cs
- DataGridColumnHeader.cs
- TextFormatterContext.cs
- DeclarativeExpressionConditionDeclaration.cs
- DataRowView.cs
- WebPartChrome.cs
- DataGridViewElement.cs
- CodeTypeDeclaration.cs
- ThrowOnMultipleAssignment.cs
- ZoneLinkButton.cs
- SiteMapNodeCollection.cs
- UIInitializationException.cs
- Behavior.cs
- SerializationInfoEnumerator.cs
- XmlAttribute.cs
- FormatterServices.cs
- HttpRequest.cs
- SQLMoney.cs
- PreparingEnlistment.cs
- AttributeTable.cs
- NotImplementedException.cs
- RuntimeWrappedException.cs
- _CookieModule.cs
- WindowsStatusBar.cs
- ThrowHelper.cs
- StreamMarshaler.cs
- SettingsAttributes.cs
- DocComment.cs
- BamlVersionHeader.cs