WebPartConnectionsCancelEventArgs Properties

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCancel

Gets or sets a value indicating whether the event should be canceled.(Inherited from CancelEventArgs.)

System_CAPS_pubpropertyConnection

Gets the Web Parts connection involved in the event.

System_CAPS_pubpropertyConsumer

Gets the Web Parts control acting as the consumer in the connection.

System_CAPS_pubpropertyConsumerConnectionPoint

Gets the connection point that consumes data in the Web Parts connection.

System_CAPS_pubpropertyProvider

Gets the Web Parts control acting as the provider in the connection.

System_CAPS_pubpropertyProviderConnectionPoint

Gets the connection point that provides data in the Web Parts connection.

Return to top
Show: