Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsCancelEventArgs.cs / 1305376 / WebPartConnectionsCancelEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; public class WebPartConnectionsCancelEventArgs : CancelEventArgs { private WebPart _provider; private ProviderConnectionPoint _providerConnectionPoint; private WebPart _consumer; private ConsumerConnectionPoint _consumerConnectionPoint; private WebPartConnection _connection; public WebPartConnectionsCancelEventArgs(WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint) { // Arguments may be null, when deleting a connection because a part is no longer on the page _provider = provider; _providerConnectionPoint = providerConnectionPoint; _consumer = consumer; _consumerConnectionPoint = consumerConnectionPoint; } public WebPartConnectionsCancelEventArgs(WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, WebPartConnection connection) : this(provider, providerConnectionPoint, consumer, consumerConnectionPoint) { _connection = connection; } public WebPartConnection Connection { get { return _connection; } } public WebPart Consumer { get { return _consumer; } } public ConsumerConnectionPoint ConsumerConnectionPoint { get { return _consumerConnectionPoint; } } public WebPart Provider { get { return _provider; } } public ProviderConnectionPoint ProviderConnectionPoint { get { return _providerConnectionPoint; } } } } // 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
- XmlHierarchicalEnumerable.cs
- FormViewInsertEventArgs.cs
- MediaElementAutomationPeer.cs
- WrappedReader.cs
- EditCommandColumn.cs
- Stylus.cs
- FixedSOMTextRun.cs
- XmlNotation.cs
- CompositeCollectionView.cs
- Parser.cs
- PropertyCollection.cs
- DispatcherProcessingDisabled.cs
- WhitespaceRuleReader.cs
- ElapsedEventArgs.cs
- TextViewSelectionProcessor.cs
- XmlSequenceWriter.cs
- AlternationConverter.cs
- BooleanStorage.cs
- ContextMenuAutomationPeer.cs
- SearchForVirtualItemEventArgs.cs
- AttributeUsageAttribute.cs
- DiscreteKeyFrames.cs
- ThemeInfoAttribute.cs
- ConfigurationManager.cs
- SQLByte.cs
- returneventsaver.cs
- EventHandlersStore.cs
- EntityDataSourceContainerNameItem.cs
- SystemUdpStatistics.cs
- XmlDataSourceView.cs
- MetadataException.cs
- NotifyIcon.cs
- GraphicsState.cs
- XsdValidatingReader.cs
- XamlFxTrace.cs
- TypefaceMap.cs
- VisualBasicSettingsHandler.cs
- BasicSecurityProfileVersion.cs
- TextWriterTraceListener.cs
- TimelineGroup.cs
- PeerInvitationResponse.cs
- IHttpResponseInternal.cs
- COAUTHIDENTITY.cs
- ItemAutomationPeer.cs
- ObjectListField.cs
- CodeSubDirectoriesCollection.cs
- DataServiceRequestArgs.cs
- AccessedThroughPropertyAttribute.cs
- SystemBrushes.cs
- CommonDialog.cs
- CheckedListBox.cs
- FormsAuthenticationEventArgs.cs
- Rotation3D.cs
- DynamicObject.cs
- ImpersonationContext.cs
- StyleBamlTreeBuilder.cs
- ClientApiGenerator.cs
- ContentType.cs
- ClientTargetCollection.cs
- BufferedReadStream.cs
- WebHttpSecurityModeHelper.cs
- SymbolType.cs
- SortedList.cs
- WebHttpBindingCollectionElement.cs
- ManagementInstaller.cs
- precedingquery.cs
- Sql8ConformanceChecker.cs
- ContentValidator.cs
- CompensationToken.cs
- TileModeValidation.cs
- OverflowException.cs
- FreezableDefaultValueFactory.cs
- DefaultPrintController.cs
- LambdaCompiler.Statements.cs
- TemplateControlCodeDomTreeGenerator.cs
- TextBoxDesigner.cs
- ExtendedPropertyInfo.cs
- CultureInfoConverter.cs
- PerformanceCounterManager.cs
- RangeBaseAutomationPeer.cs
- SelectQueryOperator.cs
- SqlInfoMessageEvent.cs
- ConnectionPoint.cs
- HashCodeCombiner.cs
- CharacterHit.cs
- NonDualMessageSecurityOverHttpElement.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ObsoleteAttribute.cs
- DocumentOrderComparer.cs
- PaintEvent.cs
- MachineKeyConverter.cs
- DesignerAdapterUtil.cs
- DataSet.cs
- ExpressionLexer.cs
- TextCompositionManager.cs
- ItemDragEvent.cs
- GridItem.cs
- UTF8Encoding.cs
- BaseValidatorDesigner.cs
- RMEnrollmentPage1.cs