ShellListViewListChangedAfterDragLeave Property | 
            Indicates that the list changed after a DragLeave was executed; bug #6536
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool ListChangedAfterDragLeave { get; set; }Protected Property ListChangedAfterDragLeave As Boolean
	Get
	Set
protected:
property bool ListChangedAfterDragLeave {
	bool get ();
	void set (bool value);
}member ListChangedAfterDragLeave : bool with get, set
Property Value
Boolean
See Also