ITableControlEventProcessorProvider Interface

Visual Studio 2015
 

Represents an exportable MEF component able to create ITableControlEventProcessor a given IWpfTableControl.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

[CLSCompliantAttribute(false)]
public interface class ITableControlEventProcessorProvider

NameDescription
System_CAPS_pubmethodGetAssociatedEventProcessor(IWpfTableControl^)

Creates an ITableControlEventProcessor for a given IWpfTableControl.

Return to top
Show: