StandardTableControlEventProcessors Class

Visual Studio 2015
 

The set of standard table control event processors.

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

System::Object
  Microsoft.VisualStudio.Shell.TableControl::StandardTableControlEventProcessors

public ref class StandardTableControlEventProcessors abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefault

Default Table Control event processor which is implemented in built-in box. All custom event processors should be ordered before this default one.

System_CAPS_pubfieldSystem_CAPS_staticErrorList

The event processor for Table Control in ErrorList and TaskList windows (implemented in ErrorList Package).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: