| ShellBreadCrumbBarBackgroundImageLayoutChanged Event | 
  
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic event EventHandler BackgroundImageLayoutChanged
Public Event BackgroundImageLayoutChanged As EventHandler
public:
 event EventHandler^ BackgroundImageLayoutChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member BackgroundImageLayoutChanged : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler See Also
See Also