C# Class TailBlazer.Infrastucture.SelectionMonitor

Tail Blazer is fast because it uses true data virtualisation. However this causes a huge headache when trying to copy and paste items which are selected but no longer visible to the clip-board This drawn out and unsophisticated code attempts to deal with that. BTW: I hear you shout this code should be an abstraction but frankly I cannot be bothered (as this is such a specialisation).
Inheritance: ISelectionMonitor, IAttachedListBox
显示文件 Open project: RolandPheasant/TailBlazer

Public Methods

Method Description
Dispose ( ) : void
GetSelectedItems ( ) : IEnumerable
GetSelectedText ( ) : string
SelectionMonitor ( ILogger logger, ISchedulerProvider schedulerProvider ) : System

Private Methods

Method Description
ClearAllSelections ( ) : void
IAttachedListBox ( System.Windows.Controls.ListBox selector ) : void
OnSelectedItemsChanged ( System.Windows.Controls.SelectionChangedEventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSelectedItems() public method

public GetSelectedItems ( ) : IEnumerable
return IEnumerable

GetSelectedText() public method

public GetSelectedText ( ) : string
return string

SelectionMonitor() public method

public SelectionMonitor ( ILogger logger, ISchedulerProvider schedulerProvider ) : System
logger ILogger
schedulerProvider ISchedulerProvider
return System