Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PlanCompiler.cs
- AppDomainEvidenceFactory.cs
- CacheDependency.cs
- BookmarkTable.cs
- QueueProcessor.cs
- SslStreamSecurityElement.cs
- DirectoryNotFoundException.cs
- SectionRecord.cs
- sqlinternaltransaction.cs
- ColumnMapVisitor.cs
- XmlAttributeAttribute.cs
- WindowsRichEditRange.cs
- TdsParameterSetter.cs
- DataGridViewRowPrePaintEventArgs.cs
- ConnectionStringsExpressionEditor.cs
- ObjectMaterializedEventArgs.cs
- HostSecurityManager.cs
- MethodBody.cs
- DateRangeEvent.cs
- ExtensionSimplifierMarkupObject.cs
- SafeWaitHandle.cs
- CharacterMetrics.cs
- WebServiceTypeData.cs
- MetaType.cs
- RecognitionEventArgs.cs
- UdpRetransmissionSettings.cs
- StyleCollection.cs
- ErrorRuntimeConfig.cs
- DataShape.cs
- ServiceModelActivity.cs
- XmlObjectSerializerWriteContext.cs
- HtmlElement.cs
- ReadOnlyDataSource.cs
- XmlConvert.cs
- CompleteWizardStep.cs
- ViewStateModeByIdAttribute.cs
- DataSetFieldSchema.cs
- DataGridRowClipboardEventArgs.cs
- ExtensionQuery.cs
- MeasureItemEvent.cs
- MultiViewDesigner.cs
- CommentAction.cs
- EnumConverter.cs
- KeyConverter.cs
- IDQuery.cs
- BinaryConverter.cs
- ObfuscateAssemblyAttribute.cs
- BamlRecords.cs
- ArcSegment.cs
- DebugView.cs
- SafeFileHandle.cs
- CustomLineCap.cs
- UpdateCompiler.cs
- BinaryParser.cs
- Process.cs
- XmlTypeAttribute.cs
- ScrollBarRenderer.cs
- Properties.cs
- ReadOnlyDataSourceView.cs
- httpserverutility.cs
- IPipelineRuntime.cs
- CodeMemberEvent.cs
- RangeBase.cs
- ListDictionaryInternal.cs
- RegistryDataKey.cs
- VerifyHashRequest.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlAttributeAttribute.cs
- WindowsContainer.cs
- DataRecord.cs
- FormsAuthenticationEventArgs.cs
- SymmetricKeyWrap.cs
- SmiSettersStream.cs
- Region.cs
- QilLiteral.cs
- EntityProxyFactory.cs
- NameValuePair.cs
- ImageMapEventArgs.cs
- DefaultExpressionVisitor.cs
- HostSecurityManager.cs
- StorageMappingItemCollection.cs
- Point4DValueSerializer.cs
- EntityRecordInfo.cs
- SmiEventSink_Default.cs
- mediapermission.cs
- CapabilitiesRule.cs
- TypeToken.cs
- shaperfactoryquerycacheentry.cs
- ParserHooks.cs
- IntAverageAggregationOperator.cs
- EventLogTraceListener.cs
- PrintDialogException.cs
- LayoutDump.cs
- EditCommandColumn.cs
- UrlAuthFailedErrorFormatter.cs
- TransportBindingElement.cs
- SystemColorTracker.cs
- IsolatedStorageException.cs
- OperationInvokerTrace.cs
- PropertyGridCommands.cs