Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsCancelEventArgs.cs / 1 / WebPartConnectionsCancelEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls.WebParts {
using System;
using System.ComponentModel;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls.WebParts {
using System;
using System.ComponentModel;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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
- GZipStream.cs
- RadioButton.cs
- SmtpNtlmAuthenticationModule.cs
- TabRenderer.cs
- WizardStepBase.cs
- _StreamFramer.cs
- XmlSchemaAttribute.cs
- DataGridViewCellParsingEventArgs.cs
- TimelineGroup.cs
- PrivateFontCollection.cs
- HandlerBase.cs
- LineInfo.cs
- AppDomain.cs
- Slider.cs
- Triplet.cs
- SoapFault.cs
- DependencyObjectPropertyDescriptor.cs
- NamespaceCollection.cs
- ModelItemCollection.cs
- UnmanagedMemoryStreamWrapper.cs
- EventHandlerList.cs
- SmtpReplyReader.cs
- BindableTemplateBuilder.cs
- LinqDataSourceHelper.cs
- OdbcConnectionString.cs
- WindowHideOrCloseTracker.cs
- SafeArrayTypeMismatchException.cs
- QilTernary.cs
- SettingsPropertyCollection.cs
- WSHttpBindingBaseElement.cs
- ArrangedElementCollection.cs
- CaseCqlBlock.cs
- AbstractDataSvcMapFileLoader.cs
- MessageSecurityOverHttpElement.cs
- PropertyDescriptorGridEntry.cs
- ToolStripDropDownClosingEventArgs.cs
- FtpRequestCacheValidator.cs
- PseudoWebRequest.cs
- ReachPageContentSerializerAsync.cs
- HttpCachePolicy.cs
- PasswordRecovery.cs
- PropertyIDSet.cs
- PropertyDescriptors.cs
- Converter.cs
- InputLanguageSource.cs
- ThreadPool.cs
- Math.cs
- ResourcePermissionBase.cs
- PersonalizationStateInfo.cs
- FormsAuthenticationConfiguration.cs
- ZoneButton.cs
- TabPanel.cs
- StreamAsIStream.cs
- DataSourceGeneratorException.cs
- XmlAttributeOverrides.cs
- FigureParagraph.cs
- Codec.cs
- PreviewPrintController.cs
- PeerNameResolver.cs
- ToolBarButtonClickEvent.cs
- DelegateSerializationHolder.cs
- OutOfProcStateClientManager.cs
- DataGridColumnHeader.cs
- DetailsViewUpdatedEventArgs.cs
- FontCacheLogic.cs
- HealthMonitoringSection.cs
- BindingBase.cs
- BookmarkUndoUnit.cs
- CodeExpressionStatement.cs
- FontDifferentiator.cs
- DataServiceStreamProviderWrapper.cs
- _SSPIWrapper.cs
- VirtualizingPanel.cs
- ContractType.cs
- MDIWindowDialog.cs
- ProfilePropertySettingsCollection.cs
- FixedSOMSemanticBox.cs
- FreezableCollection.cs
- Thumb.cs
- EndOfStreamException.cs
- DataGridPagerStyle.cs
- PathNode.cs
- OpenTypeLayoutCache.cs
- FieldToken.cs
- MetadataImporter.cs
- PageThemeCodeDomTreeGenerator.cs
- DoWhileDesigner.xaml.cs
- newinstructionaction.cs
- WorkflowApplicationAbortedException.cs
- DataGridParentRows.cs
- SmtpClient.cs
- RegexGroupCollection.cs
- TimeSpanConverter.cs
- CompositeFontInfo.cs
- OdbcConnectionStringbuilder.cs
- CellNormalizer.cs
- WindowProviderWrapper.cs
- KeyPressEvent.cs
- TableRow.cs
- XsltFunctions.cs