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
- EncoderParameters.cs
- AssemblyBuilder.cs
- ComAdminWrapper.cs
- MailWriter.cs
- SoapServerMessage.cs
- DrawItemEvent.cs
- ObjectTag.cs
- EncodingDataItem.cs
- RenderDataDrawingContext.cs
- WindowsBrush.cs
- FontFamily.cs
- SqlBuilder.cs
- SQLInt16Storage.cs
- XmlNullResolver.cs
- ApplicationFileParser.cs
- Header.cs
- VerificationAttribute.cs
- ControlEvent.cs
- IntMinMaxAggregationOperator.cs
- RegexBoyerMoore.cs
- OletxCommittableTransaction.cs
- XmlResolver.cs
- ComponentChangedEvent.cs
- TrustSection.cs
- ColumnCollection.cs
- ServiceOperationDetailViewControl.cs
- MulticastDelegate.cs
- CellCreator.cs
- Selection.cs
- HtmlEncodedRawTextWriter.cs
- Rijndael.cs
- PageBreakRecord.cs
- Rotation3D.cs
- SqlInternalConnectionTds.cs
- ScriptMethodAttribute.cs
- CssTextWriter.cs
- WeakReference.cs
- Privilege.cs
- CodeSnippetTypeMember.cs
- ELinqQueryState.cs
- OverrideMode.cs
- TypeToken.cs
- OleStrCAMarshaler.cs
- DataGridViewRowPostPaintEventArgs.cs
- LineBreak.cs
- ColumnClickEvent.cs
- ConsoleKeyInfo.cs
- BaseUriWithWildcard.cs
- ReliableMessagingVersionConverter.cs
- RC2.cs
- BitmapCacheBrush.cs
- CompilationPass2Task.cs
- Scheduler.cs
- EventItfInfo.cs
- FixedSOMLineRanges.cs
- LineGeometry.cs
- DataServiceException.cs
- SeparatorAutomationPeer.cs
- DbMetaDataColumnNames.cs
- CollectionViewProxy.cs
- Slider.cs
- PropertyItem.cs
- IndentedTextWriter.cs
- UnsafeNativeMethodsPenimc.cs
- NativeMethods.cs
- MembershipUser.cs
- DataRowComparer.cs
- SubMenuStyle.cs
- DbExpressionVisitor_TResultType.cs
- HelpEvent.cs
- OdbcConnectionOpen.cs
- IssuedTokenClientElement.cs
- DependencyPropertyChangedEventArgs.cs
- WebConfigurationHost.cs
- HashCodeCombiner.cs
- DataGridViewRowEventArgs.cs
- PeerNameRecordCollection.cs
- ByteStack.cs
- DecoderExceptionFallback.cs
- ErrorFormatter.cs
- HtmlFormWrapper.cs
- DetailsViewCommandEventArgs.cs
- XPathExpr.cs
- XslNumber.cs
- Stylesheet.cs
- DelayedRegex.cs
- ToolstripProfessionalRenderer.cs
- Cursors.cs
- HatchBrush.cs
- XmlExtensionFunction.cs
- DataRelationCollection.cs
- LineMetrics.cs
- LinqDataSourceContextEventArgs.cs
- BehaviorService.cs
- ProxyElement.cs
- SafeSystemMetrics.cs
- OracleException.cs
- DetailsViewPageEventArgs.cs
- BuildDependencySet.cs
- Buffer.cs