Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- FieldReference.cs
- IBuiltInEvidence.cs
- RoleManagerSection.cs
- MarkupCompilePass1.cs
- AddingNewEventArgs.cs
- HttpCachePolicyElement.cs
- NonParentingControl.cs
- DataGridBoolColumn.cs
- PenContexts.cs
- ItemCheckEvent.cs
- Listbox.cs
- SoapAttributes.cs
- VariableReference.cs
- BorderGapMaskConverter.cs
- ContextMenu.cs
- CapabilitiesSection.cs
- CharUnicodeInfo.cs
- NativeCompoundFileAPIs.cs
- TCPListener.cs
- OdbcConnectionOpen.cs
- PointCollection.cs
- DeviceContext.cs
- SQLInt16.cs
- CompensationExtension.cs
- SqlHelper.cs
- IndependentlyAnimatedPropertyMetadata.cs
- PropertyGridCommands.cs
- TraceHandler.cs
- SHA1Managed.cs
- TextContainerChangedEventArgs.cs
- CodeVariableDeclarationStatement.cs
- CodeAttributeArgument.cs
- TraceContextEventArgs.cs
- PersonalizationProviderHelper.cs
- Application.cs
- XmlIlTypeHelper.cs
- BuildProvidersCompiler.cs
- TaiwanLunisolarCalendar.cs
- ControlParser.cs
- Compiler.cs
- PropertyPushdownHelper.cs
- ImageIndexConverter.cs
- ReadOnlyDataSourceView.cs
- DBSqlParserTableCollection.cs
- Literal.cs
- ConfigDefinitionUpdates.cs
- GlobalProxySelection.cs
- ProfessionalColorTable.cs
- SectionVisual.cs
- EditorZoneBase.cs
- ProcessInputEventArgs.cs
- MaskDesignerDialog.cs
- ToolStripContentPanelRenderEventArgs.cs
- ValidationErrorCollection.cs
- CssTextWriter.cs
- BatchServiceHost.cs
- ThemeDirectoryCompiler.cs
- ProxyAttribute.cs
- ActivityDelegate.cs
- _UriSyntax.cs
- EntityViewGenerator.cs
- DataControlButton.cs
- StorageComplexTypeMapping.cs
- ThreadStartException.cs
- PartialTrustValidationBehavior.cs
- CoreSwitches.cs
- Container.cs
- WindowsScrollBarBits.cs
- EntityRecordInfo.cs
- RuleConditionDialog.Designer.cs
- XmlUtilWriter.cs
- dataprotectionpermission.cs
- DirectoryRedirect.cs
- WorkflowMarkupSerializationException.cs
- CursorConverter.cs
- CompensateDesigner.cs
- ObjectListCommand.cs
- TagNameToTypeMapper.cs
- TreeView.cs
- EastAsianLunisolarCalendar.cs
- SEHException.cs
- ListBindingHelper.cs
- ResourcePart.cs
- GroupBoxDesigner.cs
- DataRowView.cs
- MouseOverProperty.cs
- BindingList.cs
- XmlSchemaComplexContent.cs
- TextRangeSerialization.cs
- DecoderExceptionFallback.cs
- ApplicationFileParser.cs
- DataGridRow.cs
- CommandLineParser.cs
- ThreadAttributes.cs
- BulletedListEventArgs.cs
- SqlServer2KCompatibilityAnnotation.cs
- ProcessThreadCollection.cs
- OrderedDictionary.cs
- DynamicMethod.cs
- StateRuntime.cs