ISinkToTableControlService Interface

Definition

Service that can be used to get the IWpfTableControl associated with an ITableDataSink (if any).

public interface class ISinkToTableControlService
public interface ISinkToTableControlService
type ISinkToTableControlService = interface
Public Interface ISinkToTableControlService

Remarks

This is a MEF component part, and should be imported as follows:

[Import]
internal ISinkToTableControlService SinkToTableControlService  { get; private set; }

Methods

TryGetTableControl(ITableDataSink, IWpfTableControl4)

Try to get the IWpfTableControl4 that is using sink.

Applies to