Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the event handler for a displayed directory list. This is the outgoing interface for the directory list's implementation of IConnectionPoint.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("07F86394-273C-11D7-8BF6-00B0D03DAA06")> _
Public Interface IDirListEvents
[GuidAttribute("07F86394-273C-11D7-8BF6-00B0D03DAA06")]
public interface IDirListEvents
[GuidAttribute(L"07F86394-273C-11D7-8BF6-00B0D03DAA06")]
public interface class IDirListEvents
[<GuidAttribute("07F86394-273C-11D7-8BF6-00B0D03DAA06")>]
type IDirListEvents = interface end
public interface IDirListEvents
The IDirListEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnChange | Event handler for a directory list. |
Top