WebPartConnectionsCancelEventArgs Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
| 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:
