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
- SqlAliaser.cs
- ListControlStringCollectionEditor.cs
- HtmlHead.cs
- SamlSubject.cs
- MethodBuilder.cs
- CompiledXpathExpr.cs
- XamlDebuggerXmlReader.cs
- AssemblyNameProxy.cs
- ObjRef.cs
- InfiniteIntConverter.cs
- DateTimeParse.cs
- FontCacheUtil.cs
- ListViewItem.cs
- EndpointDispatcher.cs
- Scheduling.cs
- LoadItemsEventArgs.cs
- recordstatescratchpad.cs
- CodeExporter.cs
- _NetworkingPerfCounters.cs
- FontFamilyValueSerializer.cs
- ConstraintConverter.cs
- Calendar.cs
- UnauthorizedWebPart.cs
- EventsTab.cs
- HitTestDrawingContextWalker.cs
- _SslState.cs
- MsmqIntegrationChannelListener.cs
- NewItemsContextMenuStrip.cs
- XMLSyntaxException.cs
- IsolatedStorageFilePermission.cs
- infer.cs
- WbemException.cs
- Transform3DCollection.cs
- DataGridBoolColumn.cs
- BufferBuilder.cs
- SafeMILHandleMemoryPressure.cs
- GrammarBuilderRuleRef.cs
- PropertyInfoSet.cs
- SmtpClient.cs
- SessionEndedEventArgs.cs
- WebConfigurationHostFileChange.cs
- XamlPoint3DCollectionSerializer.cs
- SpellerInterop.cs
- SecUtil.cs
- ToolStripPanelSelectionBehavior.cs
- LicFileLicenseProvider.cs
- BinaryMessageEncodingElement.cs
- ContentElement.cs
- JournalEntryListConverter.cs
- SiteIdentityPermission.cs
- SRGSCompiler.cs
- EntryPointNotFoundException.cs
- BufferedWebEventProvider.cs
- DataErrorValidationRule.cs
- WebPartDisplayMode.cs
- MonthChangedEventArgs.cs
- RunClient.cs
- Package.cs
- NativeCppClassAttribute.cs
- GridProviderWrapper.cs
- ByteStorage.cs
- WebFormsRootDesigner.cs
- DoubleAnimation.cs
- EditorPartCollection.cs
- SwitchAttribute.cs
- RtfToken.cs
- SchemaImporterExtension.cs
- PagedDataSource.cs
- Helpers.cs
- RectAnimation.cs
- SettingsSection.cs
- QilPatternVisitor.cs
- SmtpReplyReaderFactory.cs
- DataGridRelationshipRow.cs
- XmlWrappingReader.cs
- DataColumnMappingCollection.cs
- UpdateException.cs
- SmtpAuthenticationManager.cs
- DataGridViewCellCancelEventArgs.cs
- SwitchLevelAttribute.cs
- DefaultValueTypeConverter.cs
- VisualTreeFlattener.cs
- AppDomainManager.cs
- CollectionViewProxy.cs
- ToolStripPanelRenderEventArgs.cs
- DecoderFallback.cs
- wgx_commands.cs
- PreProcessInputEventArgs.cs
- WebBrowserNavigatingEventHandler.cs
- EffectiveValueEntry.cs
- StringToken.cs
- XmlArrayItemAttributes.cs
- ListChangedEventArgs.cs
- TemplateBuilder.cs
- SoapClientProtocol.cs
- ProcessHostConfigUtils.cs
- StorageFunctionMapping.cs
- TemplateKeyConverter.cs
- WindowsRebar.cs
- DataGrid.cs