This documentation is archived and is not being maintained.
WebPartConnectionsCancelEventArgs Properties
Visual Studio 2008
The WebPartConnectionsCancelEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
Connection | Gets the Web Parts connection involved in the event. |
|
Consumer | Gets the Web Parts control acting as the consumer in the connection. |
|
ConsumerConnectionPoint | Gets the connection point that consumes data in the Web Parts connection. |
|
Provider | Gets the Web Parts control acting as the provider in the connection. |
|
ProviderConnectionPoint | Gets the connection point that provides data in the Web Parts connection. |
Show: