BinaryManager.BinaryItemsChanged Event

 

Occurs when the previously returned binary items are no longer valid.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public event EventHandler BinaryItemsChanged
public:
event EventHandler^ BinaryItemsChanged {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
member BinaryItemsChanged : IEvent<EventHandler,
    EventArgs>
Public Event BinaryItemsChanged As EventHandler

See Also

BinaryManager Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top