Пакеты | Классы | Перечисления | Функции

Пакет TSLab.Controls

Пакеты

package  Log
package  News
package  Properties
package  QueueOrders
package  Quotations
package  ScalpingQueue
package  ScriptChooser
package  Serialization
package  Trades

Классы

class  DockHelper
class  ActiveDockingManagedChangedEventArgs
class  AgentChooser
class  AgentNameConverter
class  AttachableSecurityController
class  BaseContentControl
class  BaseSettings
interface  IContentContainer
class  BaseContentPane-g
class  BaseDockableContent-g
class  ChangeOrderCommandParameter
class  ColumnsHelper
class  CompositeRelayCommand-g
class  DebugCompositeRelayCommand-g
class  CustomFocusManager
 Custom focus scope implementation. See http://www.codeproject.com/KB/WPF/EnhancedFocusScope.aspx for a description of the problems with the normal WPF FocusScope. Подробнее...
class  DataColumn
class  EditBox
 EditBox is a custom cotrol that can switch between two modes: editing and normal. When it is in editing mode, the content is displayed in a TextBox that provides editing capbability. When the EditBox is in normal, its content is displayed in a TextBlock that is not editable. Подробнее...
class  EditBoxAdorner
 An adorner class that contains a TextBox to provide editing capability for an EditBox control. The editable TextBox resides in the AdornerLayer. When the EditBox is in editing mode, the TextBox is given a size it with desired size; otherwise, arrange it with size(0,0,0,0). Подробнее...
class  ExtendedListView
class  FindParentContentControlConverter
class  GridDataColumn
class  GridDataControl
class  GridViewColumnProperties
class  GridViewColumnCollectionProperties
class  GridViewColumns
class  GridViewColumnsInitializedEventArgs
class  GridViewContentControl
 Base class for control with embedded listview control. If is defined GridView as abstract then a derived xaml control is not compiled. Подробнее...
class  BoolToColumnsVisisbility
class  AlternativeVisisbilityConverter
class  GridViewHelper
interface  ICustomizableControl
interface  IExportToExcelSupport
interface  IExportToXmlSupport
interface  IOwnerWindowProvider
class  LayoutHelper
class  ActiveContentChangedArgs
class  MoveToTab
class  MoveToTabParameter
class  OrderCommandParameter
class  PlainView
class  QueuePanel
class  SecurityChangedEventArgs
 Event args for Security change event on security selector control. Подробнее...
class  SecurityCollection
class  SecurityCollectionController
class  SecurityController
class  SecurityPicker
 Interaction logic for SecurityPicker.xaml. Подробнее...
class  DataSourceEventArgs
class  TradeCommandHelper
class  TradeCommands
class  NameSizeSelectionRule
class  TradeNameSizeSelectionRule
class  ComboboxEmptySelectionRule
class  PercentRule
class  DoubleValueRule
class  SecurityEmptySelectionRule
class  SecurityDescriptorEmptySelectionRule
interface  IUserSettingsSupport
class  UserSettings
class  StringDictionary
 Implements a collection of strongly typed string keys and values with additional XML serializability. Подробнее...

Перечисления

enum  Direction { Up, Down }

Функции

delegate void SecurityChangedEventHandler (object sender, SecurityChangedEventArgs e)
 Delegate for listeners on Security change event on security selector control.
delegate void DataSourceStateChangeHandler (bool state)

Функции

delegate void TSLab.Controls.SecurityChangedEventHandler ( object  sender,
SecurityChangedEventArgs  e 
)

Delegate for listeners on Security change event on security selector control.

Аргументы:
sender 
e