This documentation is archived and is not being maintained.

WebPartConnectionsCancelEventArgs Properties

The WebPartConnectionsCancelEventArgs type exposes the following members.

  NameDescription
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property Connection Gets the Web Parts connection involved in the event.
Public property Consumer Gets the Web Parts control acting as the consumer in the connection.
Public property ConsumerConnectionPoint Gets the connection point that consumes data in the Web Parts connection.
Public property Provider Gets the Web Parts control acting as the provider in the connection.
Public property ProviderConnectionPoint Gets the connection point that provides data in the Web Parts connection.
Top
Show: