C# Class Dev2.Core.Tests.AppResources.Behaviors.TestNavigationItemViewModelMouseDownBehavior

Inheritance: NavigationItemViewModelMouseDownBehavior
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
TestNavigationItemViewModelMouseDownBehavior ( IEventAggregator eventPublisher ) : System
TestOnMouseDown ( IExplorerItemModel treenode, int clickCount ) : bool

Protected Methods

Method Description
SubscribeToEvents ( ) : void
UnsubscribeFromEvents ( ) : void

Method Details

SubscribeToEvents() protected method

protected SubscribeToEvents ( ) : void
return void

TestNavigationItemViewModelMouseDownBehavior() public method

public TestNavigationItemViewModelMouseDownBehavior ( IEventAggregator eventPublisher ) : System
eventPublisher IEventAggregator
return System

TestOnMouseDown() public method

public TestOnMouseDown ( IExplorerItemModel treenode, int clickCount ) : bool
treenode IExplorerItemModel
clickCount int
return bool

UnsubscribeFromEvents() protected method

protected UnsubscribeFromEvents ( ) : void
return void